Skip to content

Commit d69ae02

Browse files
Use updated dependencies with py3.13 support
* cffi==1.17.1 * intbitset==4.0.0 * lxml==5.4.0 * MarkupSafe==3.0.2 * pyahocorasick==2.2.0 * PyYAML==6.0.2 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent fec416a commit d69ae02

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

requirements-native.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cffi==1.16.0
2-
intbitset==3.1.0
3-
lxml==5.1.0
4-
MarkupSafe==2.1.5
5-
pyahocorasick==2.1.0
6-
PyYAML==6.0.1
1+
cffi==1.17.1
2+
intbitset==4.0.0
3+
lxml==5.4.0
4+
MarkupSafe==3.0.2
5+
pyahocorasick==2.2.0
6+
PyYAML==6.0.2

requirements.txt

Lines changed: 6 additions & 6 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.2.1;python_version>='3.10'
@@ -30,15 +30,15 @@ html5lib==1.1
3030
idna==3.3
3131
importlib-metadata==4.12.0
3232
inflection==0.5.1
33-
intbitset==3.1.0
33+
intbitset==4.0.0
3434
isodate==0.6.1
3535
jaraco.functools==4.1.0
3636
javaproperties==0.8.1
3737
Jinja2==3.1.3
3838
jsonstreams==0.6.0
3939
license-expression==30.4.1
40-
lxml==5.1.0
41-
MarkupSafe==2.1.5
40+
lxml==5.4.0
41+
MarkupSafe==3.0.2
4242
more-itertools==8.13.0
4343
normality==2.3.3
4444
packageurl-python==0.15.0
@@ -53,14 +53,14 @@ pluggy==1.0.0
5353
plugincode==32.0.0
5454
ply==3.11
5555
publicsuffix2==2.20191221
56-
pyahocorasick==2.1.0
56+
pyahocorasick==2.2.0
5757
pycparser==2.21
5858
pygmars==0.9.0
5959
Pygments==2.13.0
6060
pymaven-patch==0.3.2
6161
pyparsing==3.0.9
6262
pytz==2022.1
63-
PyYAML==6.0.1
63+
PyYAML==6.0.2
6464
rdflib==6.2.0
6565
requests==2.31.0
6666
saneyaml==0.6.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install_requires =
8686
jinja2 >= 2.7.0
8787
jsonstreams >= 0.5.0
8888
license_expression >= 30.4.1
89-
lxml >= 4.9.2
89+
lxml >= 5.4.0
9090
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0
9292
packvers >= 21.0.0

0 commit comments

Comments
 (0)