Skip to content

Commit 98e813a

Browse files
authored
Merge pull request #223 from rcos/renovate/pypi-eventlet-vulnerability
Update dependency eventlet to v0.40.3 [SECURITY]
2 parents a7910a0 + df573f3 commit 98e813a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requests-toolbelt = "^1.0.0"
2727
psycopg2-binary = "^2.9.6"
2828
redis = "^5.0.0"
2929
dnspython = "^2.3.0"
30-
eventlet = "^0.38.0"
30+
eventlet = "^0.40.0"
3131

3232

3333
[tool.poetry.group.dev.dependencies]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ django==5.1.3 ; python_version >= "3.11" and python_version < "4.0" \
173173
dnspython==2.7.0 ; python_version >= "3.11" and python_version < "4.0" \
174174
--hash=sha256:b4c34b7d10b51bcc3a5071e7b8dee77939f1e878477eeecc965e9835f63c6c86 \
175175
--hash=sha256:ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1
176-
eventlet==0.38.0 ; python_version >= "3.11" and python_version < "4.0" \
177-
--hash=sha256:a5df970a2431526e4973bd5810bb8c41aa4da18baa531aa18799302c24e19510 \
178-
--hash=sha256:d7d457c7d0e793b16bc3f44da1e87eb48639b655c17dc430294d28cc2c67de81
176+
eventlet==0.40.3; python_version >= "3.11" and python_version < "4.0" \
177+
--hash=sha256:290852db0065d78cec17a821b78c8a51cafb820a792796a354592ae4d5fceeb0 \
178+
--hash=sha256:e681cae6ee956cfb066a966b5c0541e734cc14879bda6058024104790595ac9d
179179
gql==3.5.0 ; python_version >= "3.11" and python_version < "4.0" \
180180
--hash=sha256:70dda5694a5b194a8441f077aa5fb70cc94e4ec08016117523f013680901ecb7 \
181181
--hash=sha256:ccb9c5db543682b28f577069950488218ed65d4ac70bb03b6929aaadaf636de9

0 commit comments

Comments
 (0)