Skip to content

Commit 7ac6055

Browse files
Bump requirements to support python3.11 #2730
* Bump ahocorasick to v2.0.0 * Bump intbitset to v3.0.2 Additionally also bump saneyamp to v0.6.0 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 0aa964e commit 7ac6055

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ html5lib==1.1
2828
idna==3.3
2929
importlib-metadata==4.12.0
3030
inflection==0.5.1
31-
intbitset==3.0.1
31+
intbitset==3.0.2
3232
isodate==0.6.1
3333
jaraco.functools==3.5.1
3434
javaproperties==0.8.1
@@ -51,7 +51,7 @@ pluggy==1.0.0
5151
plugincode==31.0.0
5252
ply==3.11
5353
publicsuffix2==2.20191221
54-
pyahocorasick==2.0.0b1
54+
pyahocorasick==2.0.0
5555
pycparser==2.21
5656
pygmars==0.7.0
5757
Pygments==2.12.0
@@ -61,7 +61,7 @@ pytz==2022.1
6161
PyYAML==6.0
6262
rdflib==6.2.0
6363
requests==2.28.1
64-
saneyaml==0.5.2
64+
saneyaml==0.6.0
6565
six==1.16.0
6666
soupsieve==2.3.2.post1
6767
spdx-tools==0.7.0a3

setup-mini.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install_requires =
7878
gemfileparser2 >= 0.9.0
7979
html5lib
8080
importlib_metadata
81-
intbitset >= 3.0.0
81+
intbitset >= 3.0.2
8282
jaraco.functools
8383
javaproperties >= 0.5
8484
jinja2 >= 2.7.0
@@ -97,12 +97,12 @@ install_requires =
9797
pluggy >= 1.0.0
9898
plugincode >= 31.0.0
9999
publicsuffix2
100-
pyahocorasick >= 2.0.0b1
100+
pyahocorasick >= 2.0.0
101101
pygmars >= 0.7.0
102102
pygments
103103
pymaven_patch >= 0.2.8
104104
requests >= 2.7.0
105-
saneyaml >= 0.5.2
105+
saneyaml >= 0.6.0
106106
spdx_tools == 0.7.0a3
107107
text_unidecode >= 1.0
108108
toml >= 0.10.0

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install_requires =
7878
gemfileparser2 >= 0.9.0
7979
html5lib
8080
importlib_metadata
81-
intbitset >= 3.0.0
81+
intbitset >= 3.0.2
8282
jaraco.functools
8383
javaproperties >= 0.5
8484
jinja2 >= 2.7.0
@@ -97,12 +97,12 @@ install_requires =
9797
pluggy >= 1.0.0
9898
plugincode >= 31.0.0
9999
publicsuffix2
100-
pyahocorasick >= 2.0.0b1
100+
pyahocorasick >= 2.0.0
101101
pygmars >= 0.7.0
102102
pygments
103103
pymaven_patch >= 0.2.8
104104
requests >= 2.7.0
105-
saneyaml >= 0.5.2
105+
saneyaml >= 0.6.0
106106
spdx_tools == 0.7.0a3
107107
text_unidecode >= 1.0
108108
toml >= 0.10.0

0 commit comments

Comments
 (0)