Skip to content

Commit

Permalink
Fix dependency version of pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 23, 2022
1 parent 35240f6 commit aeec167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.11.3
==============

* Fix dependency problems by requiring ``pyproject-fmt>=0.4.0``

Version 0.11.2
==============

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -73,7 +73,7 @@ all =
# atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml
tomli-w>=0.4.0,<2
experimental =
pyproject-fmt>=0.3.2; python_version>="3.7"
pyproject-fmt>=0.4.0; python_version>="3.7"

# Add here test requirements (semicolon/line-separated)
testing =
Expand Down

0 comments on commit aeec167

Please sign in to comment.