Skip to content

Commit

Permalink
Merge pull request #3209 from nexB/fix-release-scripts
Browse files Browse the repository at this point in the history
Fix attrs version in requirements
  • Loading branch information
AyanSinhaMahapatra authored Jan 18, 2023
2 parents b3a5728 + 7497bc1 commit 18a842e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs==22.1
attrs==22.1.0
banal==1.0.6
beautifulsoup4==4.11.1
binaryornot==0.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python_requires = >=3.7

install_requires =
attrs >= 18.1,!=20.1.0;python_version<'3.11'
attrs >= 22.1;python_version>='3.11'
attrs >= 22.1.0;python_version>='3.11'
Beautifulsoup4 >= 4.0.0
boolean.py >= 4.0
chardet >= 3.0.0
Expand Down

0 comments on commit 18a842e

Please sign in to comment.