Skip to content

Commit aeec167

Browse files
committed
Fix dependency version of pyproject-fmt
1 parent 35240f6 commit aeec167

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
Version 0.11.3
6+
==============
7+
8+
* Fix dependency problems by requiring ``pyproject-fmt>=0.4.0``
9+
510
Version 0.11.2
611
==============
712

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ all =
7373
# atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml
7474
tomli-w>=0.4.0,<2
7575
experimental =
76-
pyproject-fmt>=0.3.2; python_version>="3.7"
76+
pyproject-fmt>=0.4.0; python_version>="3.7"
7777

7878
# Add here test requirements (semicolon/line-separated)
7979
testing =

0 commit comments

Comments
 (0)