Skip to content

Commit

Permalink
Bump commoncode to v32.2.0 and pin bs4
Browse files Browse the repository at this point in the history
There was an issue in copyright scan and other places which was
caused by a breaking change in bs4, which is fixed in commoncode
with https://github.com/aboutcode-org/commoncode/releases/tag/v32.2.0

Reference: #4129
Reference: aboutcode-org/commoncode#79
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Feb 14, 2025
1 parent e795bc6 commit d4f73f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs==23.2.0
banal==1.0.6
beautifulsoup4==4.12.3
beautifulsoup4==4.13.3
binaryornot==0.4.4
beartype==0.17.2
boolean.py==4.0
Expand All @@ -10,7 +10,7 @@ chardet==5.0.0
charset-normalizer==2.1.0
click==8.1.7
colorama==0.4.5
commoncode==32.0.0
commoncode==32.2.0
construct==2.10.68
container-inspector==31.1.0
cryptography==42.0.5
Expand Down
4 changes: 2 additions & 2 deletions setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ python_requires = >=3.9
install_requires =
attrs >= 18.1,!=20.1.0;python_version<'3.11'
attrs >= 22.1.0;python_version>='3.11'
Beautifulsoup4 >= 4.0.0
Beautifulsoup4[chardet] >= 4.13.0
boolean.py >= 4.0
chardet >= 3.0.0
click >= 6.7, !=7.0, !=8.1.8
colorama >= 0.3.9
commoncode >= 32.0.0
commoncode >= 32.2.0
container-inspector >= 31.0.0
debian-inspector >= 31.1.0
dparse2 >= 0.7.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ python_requires = >=3.9
install_requires =
attrs >= 18.1,!=20.1.0;python_version<'3.11'
attrs >= 22.1.0;python_version>='3.11'
Beautifulsoup4 >= 4.0.0
Beautifulsoup4[chardet] >= 4.13.0
boolean.py >= 4.0
chardet >= 3.0.0
click >= 6.7, !=7.0, !=8.1.8
colorama >= 0.3.9
commoncode >= 32.0.0
commoncode >= 32.2.0
container-inspector >= 31.0.0
debian-inspector >= 31.1.0
dparse2 >= 0.7.0
Expand Down

0 comments on commit d4f73f9

Please sign in to comment.