Skip to content

Commit

Permalink
Bump requirements to support Python 3.12
Browse files Browse the repository at this point in the history
Contributed-by: @armijnhemel
Reported-by: @armijnhemel
Reference: #3656
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Feb 15, 2024
1 parent f70bbb7 commit cbdfe45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-native.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi==1.15.1
intbitset==3.0.2
lxml==4.9.2
intbitset==3.1.0
lxml==4.9.4
MarkupSafe==2.1.1
pyahocorasick==2.0.0
PyYAML==6.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ html5lib==1.1
idna==3.3
importlib-metadata==4.12.0
inflection==0.5.1
intbitset==3.0.2
intbitset==3.1.0
isodate==0.6.1
jaraco.functools==3.5.1
javaproperties==0.8.1
Jinja2==3.1.2
jsonstreams==0.6.0
license-expression==30.1.1
lxml==4.9.2
lxml==4.9.4
MarkupSafe==2.1.2
more-itertools==8.13.0
normality==2.3.3
Expand Down

0 comments on commit cbdfe45

Please sign in to comment.