Skip to content

Commit

Permalink
[req] Upgrade lxml to 4.9.1
Browse files Browse the repository at this point in the history
* This change is necessary but not sufficient for Python `3.11` support
  because `lxml` versions below `4.9.0` are incompatible
* See the `lxml` changelog section about adaptation to `3.10` & `3.11` :
  https://github.com/lxml/lxml/blob/ff82753bd09408ecfd6cacf7da67257495dc1335/CHANGES.txt#L35

Signed-off-by: Ferenc Géczi <[email protected]>
  • Loading branch information
Ferenc- committed Nov 25, 2022
1 parent ab3723a commit 6818dce
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
portalocker==2.2.1
psutil==5.8.0
PyYAML==5.4.1
Expand Down
2 changes: 1 addition & 1 deletion analyzer/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
nose==1.3.7
pycodestyle==2.7.0
psutil==5.8.0
Expand Down
2 changes: 1 addition & 1 deletion analyzer/requirements_py/osx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
portalocker==2.2.1
psutil==5.8.0
scan-build==2.0.19
Expand Down
2 changes: 1 addition & 1 deletion web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
sqlalchemy==1.3.23
alembic==1.5.5
portalocker==2.2.1
Expand Down
2 changes: 1 addition & 1 deletion web/requirements_py/db_pg8000/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
sqlalchemy==1.3.23
alembic==1.5.5
pg8000==1.15.2
Expand Down
2 changes: 1 addition & 1 deletion web/requirements_py/db_psycopg2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
sqlalchemy==1.3.23
alembic==1.5.5
psycopg2-binary==2.8.6
Expand Down
2 changes: 1 addition & 1 deletion web/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
sqlalchemy==1.3.23
pycodestyle==2.7.0
alembic==1.5.5
Expand Down
2 changes: 1 addition & 1 deletion web/requirements_py/osx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.7.1
lxml==4.9.1
alembic==1.5.5
portalocker==2.2.1
psutil==5.8.0
Expand Down

0 comments on commit 6818dce

Please sign in to comment.