Skip to content

Commit

Permalink
Merge pull request #474 from akaihola/flynt-0.77-or-older
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored Mar 26, 2023
2 parents af760d3 + 9d23a63 commit e2d0d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Added
Fixed
-----
- Use ``stacklevel=2`` in ``warnings.warn()`` calls as suggested by Flake8.
- Disallow Flynt version 0.78 and newer to avoid an internal API incompatibility.


1.7.0_ - 2023-02-11
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pygments.lexers =

[options.extras_require]
flynt =
flynt>=0.76
flynt>=0.76,<0.78
isort =
isort>=5.0.1
color =
Expand All @@ -57,7 +57,7 @@ test =
black>=21.7b1 # to prevent Mypy error about `gen_python_files`, see issue #189
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
flynt>=0.76
flynt>=0.76,<0.78
isort>=5.0.1
pygments
pytest>=6.2.0
Expand Down

0 comments on commit e2d0d45

Please sign in to comment.