Skip to content

Commit 74e5545

Browse files
authored
chore(deps): updated lxml and python3-saml (#45647)
- resolve CVE-2022-2309 with update of lxml to 4.9.1 (https://github.com/getsentry/sentry/security/dependabot/96) - python3-saml update to 1.15.0 (requirement for lxml 4.9.1)
1 parent 3085053 commit 74e5545

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements-base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ googleapis-common-protos>=1.56.4
2626
google-crc32c>=1.3.0
2727
isodate>=0.6.1
2828
jsonschema>=3.2.0
29-
lxml>=4.6.5
29+
lxml>=4.9.1
3030
maxminddb>=2.0.3
3131
mistune>=2.0.3
3232
mmh3>=3.0.0
@@ -43,7 +43,7 @@ python-dateutil>=2.8.1
4343
python-memcached>=1.59
4444
python-u2flib-server>=5.0.0
4545
fido2>=0.9.2
46-
python3-saml>=1.14.0
46+
python3-saml>=1.15.0
4747
PyYAML>=5.4
4848
rb>=1.9.0
4949
redis-py-cluster>=2.1.0

requirements-dev-frozen.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jmespath==0.10.0
7676
jsonschema==3.2.0
7777
kombu==4.6.11
7878
lazy-object-proxy==1.7.1
79-
lxml==4.6.5
79+
lxml==4.9.1
8080
lxml-stubs==0.4.0
8181
maxminddb==2.0.3
8282
mccabe==0.7.0
@@ -136,7 +136,7 @@ python-memcached==1.59
136136
python-rapidjson==1.8
137137
python-u2flib-server==5.0.0
138138
python-utils==3.3.3
139-
python3-saml==1.14.0
139+
python3-saml==1.15.0
140140
pytz==2018.9
141141
pyupgrade==3.2.3
142142
pyuwsgi==2.0.20.0

requirements-frozen.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ isodate==0.6.1
5757
jmespath==0.10.0
5858
jsonschema==3.2.0
5959
kombu==4.6.11
60-
lxml==4.6.5
60+
lxml==4.9.1
6161
maxminddb==2.0.3
6262
milksnake==0.1.5
6363
mistune==2.0.4
@@ -91,7 +91,7 @@ python-memcached==1.59
9191
python-rapidjson==1.8
9292
python-u2flib-server==5.0.0
9393
python-utils==3.3.3
94-
python3-saml==1.14.0
94+
python3-saml==1.15.0
9595
pytz==2018.9
9696
pyuwsgi==2.0.20.0
9797
pyvat==1.3.15

0 commit comments

Comments
 (0)