Skip to content

Commit cbdfe45

Browse files
committed
Bump requirements to support Python 3.12
Contributed-by: @armijnhemel Reported-by: @armijnhemel Reference: #3656 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent f70bbb7 commit cbdfe45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-native.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cffi==1.15.1
2-
intbitset==3.0.2
3-
lxml==4.9.2
2+
intbitset==3.1.0
3+
lxml==4.9.4
44
MarkupSafe==2.1.1
55
pyahocorasick==2.0.0
66
PyYAML==6.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ html5lib==1.1
2828
idna==3.3
2929
importlib-metadata==4.12.0
3030
inflection==0.5.1
31-
intbitset==3.0.2
31+
intbitset==3.1.0
3232
isodate==0.6.1
3333
jaraco.functools==3.5.1
3434
javaproperties==0.8.1
3535
Jinja2==3.1.2
3636
jsonstreams==0.6.0
3737
license-expression==30.1.1
38-
lxml==4.9.2
38+
lxml==4.9.4
3939
MarkupSafe==2.1.2
4040
more-itertools==8.13.0
4141
normality==2.3.3

0 commit comments

Comments
 (0)