Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
    * Support Python 3.13.0

Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Oct 23, 2024
1 parent 7fcf075 commit b4cd341
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ v33.0.0 (next next, roadmap)
of these in other summary plugins.
See https://github.com/nexB/scancode-toolkit/issues/1745

- Update intbitset and related dependencies for Python 3.13.0 support.

v32.3.0 - 2024-10-21
--------------------

Expand Down
4 changes: 2 additions & 2 deletions requirements-native.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi==1.16.0
cffi==1.17.1
intbitset==3.1.0
lxml==5.1.0
lxml==5.3.0
MarkupSafe==2.1.5
pyahocorasick==2.1.0
PyYAML==6.0.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binaryornot==0.4.4
beartype==0.17.2
boolean.py==4.0
certifi==2024.2.2
cffi==1.16.0
cffi==1.17.1
chardet==5.0.0
charset-normalizer==2.1.0
click==8.1.7
Expand Down Expand Up @@ -36,7 +36,7 @@ javaproperties==0.8.1
Jinja2==3.1.3
jsonstreams==0.6.0
license-expression==30.3.0
lxml==5.1.0
lxml==5.3.0
MarkupSafe==2.1.5
more-itertools==8.13.0
normality==2.3.3
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development
Topic :: Utilities

Expand Down Expand Up @@ -85,7 +86,7 @@ install_requires =
jinja2 >= 2.7.0
jsonstreams >= 0.5.0
license_expression >= 30.1.1
lxml >= 4.9.2
lxml >= 5.3.0
MarkupSafe >= 2.1.2
packageurl_python >= 0.9.0
packvers >= 21.0.0
Expand Down

0 comments on commit b4cd341

Please # to comment.