Skip to content

Commit b4cd341

Browse files
committed
Update dependencies
* Support Python 3.13.0 Signed-off-by: Jono Yang <[email protected]>
1 parent 7fcf075 commit b4cd341

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ v33.0.0 (next next, roadmap)
3737
of these in other summary plugins.
3838
See https://github.com/nexB/scancode-toolkit/issues/1745
3939

40+
- Update intbitset and related dependencies for Python 3.13.0 support.
41+
4042
v32.3.0 - 2024-10-21
4143
--------------------
4244

requirements-native.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cffi==1.16.0
1+
cffi==1.17.1
22
intbitset==3.1.0
3-
lxml==5.1.0
3+
lxml==5.3.0
44
MarkupSafe==2.1.5
55
pyahocorasick==2.1.0
66
PyYAML==6.0.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ binaryornot==0.4.4
55
beartype==0.17.2
66
boolean.py==4.0
77
certifi==2024.2.2
8-
cffi==1.16.0
8+
cffi==1.17.1
99
chardet==5.0.0
1010
charset-normalizer==2.1.0
1111
click==8.1.7
@@ -36,7 +36,7 @@ javaproperties==0.8.1
3636
Jinja2==3.1.3
3737
jsonstreams==0.6.0
3838
license-expression==30.3.0
39-
lxml==5.1.0
39+
lxml==5.3.0
4040
MarkupSafe==2.1.5
4141
more-itertools==8.13.0
4242
normality==2.3.3

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.10
2222
Programming Language :: Python :: 3.11
2323
Programming Language :: Python :: 3.12
24+
Programming Language :: Python :: 3.13
2425
Topic :: Software Development
2526
Topic :: Utilities
2627

@@ -85,7 +86,7 @@ install_requires =
8586
jinja2 >= 2.7.0
8687
jsonstreams >= 0.5.0
8788
license_expression >= 30.1.1
88-
lxml >= 4.9.2
89+
lxml >= 5.3.0
8990
MarkupSafe >= 2.1.2
9091
packageurl_python >= 0.9.0
9192
packvers >= 21.0.0

0 commit comments

Comments
 (0)