Skip to content

Commit

Permalink
Bump lxml to 4.9.2 for Python 3.11 #2730
Browse files Browse the repository at this point in the history
Also update setup metadata to Python 3.11

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jan 16, 2023
1 parent 8e9a4e5 commit 5590122
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-native.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi==1.15.1
intbitset==3.0.1
lxml==4.9.1
lxml==4.9.2
MarkupSafe==2.1.1
pyahocorasick==2.0.0b1
PyYAML==6.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ javaproperties==0.8.1
Jinja2==3.1.2
jsonstreams==0.6.0
license-expression==30.0.0
lxml==4.9.1
lxml==4.9.2
MarkupSafe==2.1.1
more-itertools==8.13.0
normality==2.3.3
Expand Down
3 changes: 2 additions & 1 deletion setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
Topic :: Utilities

Expand Down Expand Up @@ -85,7 +86,7 @@ install_requires =
jinja2 >= 2.7.0
jsonstreams >= 0.5.0
license_expression >= 30.0.0
lxml >= 4.9.1
lxml >= 4.9.2
MarkupSafe >= 1.0
packageurl_python >= 0.9.0
packvers >= 21.0.0
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
Topic :: Utilities

Expand Down Expand Up @@ -85,7 +86,7 @@ install_requires =
jinja2 >= 2.7.0
jsonstreams >= 0.5.0
license_expression >= 30.0.0
lxml >= 4.9.1
lxml >= 4.9.2
MarkupSafe >= 1.0
packageurl_python >= 0.9.0
packvers >= 21.0.0
Expand Down

0 comments on commit 5590122

Please sign in to comment.