Skip to content

Commit 6187a14

Browse files
committed
Bump lxml to 4.9.2 for Python 3.11 #2730
Also update setup metadata to Python 3.11 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8e9a4e5 commit 6187a14

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ javaproperties==0.8.1
3535
Jinja2==3.1.2
3636
jsonstreams==0.6.0
3737
license-expression==30.0.0
38-
lxml==4.9.1
38+
lxml==4.9.2
3939
MarkupSafe==2.1.1
4040
more-itertools==8.13.0
4141
normality==2.3.3

setup-mini.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.8
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
24+
Programming Language :: Python :: 3.11
2425
Topic :: Software Development
2526
Topic :: Utilities
2627

@@ -85,7 +86,7 @@ install_requires =
8586
jinja2 >= 2.7.0
8687
jsonstreams >= 0.5.0
8788
license_expression >= 30.0.0
88-
lxml >= 4.9.1
89+
lxml >= 4.9.2
8990
MarkupSafe >= 1.0
9091
packageurl_python >= 0.9.0
9192
packvers >= 21.0.0

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.8
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
24+
Programming Language :: Python :: 3.11
2425
Topic :: Software Development
2526
Topic :: Utilities
2627

@@ -85,7 +86,7 @@ install_requires =
8586
jinja2 >= 2.7.0
8687
jsonstreams >= 0.5.0
8788
license_expression >= 30.0.0
88-
lxml >= 4.9.1
89+
lxml >= 4.9.2
8990
MarkupSafe >= 1.0
9091
packageurl_python >= 0.9.0
9192
packvers >= 21.0.0

0 commit comments

Comments
 (0)