Skip to content

Commit f817db0

Browse files
Update pyahocorasick and intbitset to add py3.14 support
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 06d3c07 commit f817db0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements-native.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cffi==2.0.0
22
cyseq==0.1.2
3-
intbitset==4.0.0
3+
intbitset==4.1.0
44
lxml==6.0.2
55
MarkupSafe==3.0.3
6-
pyahocorasick==2.2.0
6+
pyahocorasick==2.3.0
77
PyYAML==6.0.3

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ html5lib==1.1
2929
idna==3.10
3030
importlib-metadata==6.2.1
3131
inflection==0.5.1
32-
intbitset==4.0.0
32+
intbitset==4.1.0
3333
isodate==0.7.2
3434
jaraco.functools==4.2.1
3535
javaproperties==0.8.2
@@ -52,7 +52,7 @@ pluggy==1.6.0
5252
plugincode==32.0.0
5353
ply==3.11
5454
publicsuffix2==2.20191221
55-
pyahocorasick==2.2.0
55+
pyahocorasick==2.3.0
5656
pycparser==2.22
5757
pygmars==1.0.0
5858
Pygments==2.13.0

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ install_requires =
8282
gemfileparser2 >= 0.9.0
8383
html5lib
8484
importlib_metadata
85-
intbitset >= 3.0.2
85+
intbitset >= 4.1.0
8686
jaraco.functools
8787
javaproperties >= 0.5
8888
jinja2 >= 2.7.0
@@ -102,7 +102,7 @@ install_requires =
102102
pluggy >= 1.0.0
103103
plugincode >= 32.0.0
104104
publicsuffix2
105-
pyahocorasick >= 2.0.0
105+
pyahocorasick >= 2.3.0
106106
pygmars >= 1.0.0
107107
pygments
108108
pymaven_patch >= 0.2.8

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ install_requires =
8484
gemfileparser2 >= 0.9.0
8585
html5lib
8686
importlib_metadata
87-
intbitset >= 3.0.2
87+
intbitset >= 4.1.0
8888
jaraco.functools
8989
javaproperties >= 0.5
9090
jinja2 >= 2.7.0
@@ -104,7 +104,7 @@ install_requires =
104104
pluggy >= 1.0.0
105105
plugincode >= 32.0.0
106106
publicsuffix2
107-
pyahocorasick >= 2.0.0
107+
pyahocorasick >= 2.3.0
108108
pygmars >= 1.0.0
109109
pygments
110110
pymaven_patch >= 0.2.8

0 commit comments

Comments
 (0)