Merge pull request #1795 from GSA/dependabot/pip/eventlet-0.40.1

Bump eventlet from 0.40.0 to 0.40.1
This commit is contained in:
Alex Janousek
2025-06-25 08:52:20 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1329,14 +1329,14 @@ pgp = ["gpg"]
[[package]]
name = "eventlet"
version = "0.40.0"
version = "0.40.1"
description = "Highly concurrent networking library"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "eventlet-0.40.0-py3-none-any.whl", hash = "sha256:496915bc92d054236bad872d5143112a13b0216a7bbeeb832e1a858ae131fe8a"},
{file = "eventlet-0.40.0.tar.gz", hash = "sha256:f659d735e06795a26167b666008798c7a203fcd8119b08b84036e41076432ff1"},
{file = "eventlet-0.40.1-py3-none-any.whl", hash = "sha256:378f36ac9b3f4d28f2e921fd8897ebc9797d017e34b96c259ac87c032d1c1bf3"},
{file = "eventlet-0.40.1.tar.gz", hash = "sha256:aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef"},
]
[package.dependencies]
@@ -5563,4 +5563,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "ad6a697b7c467a5744d676ed27d0c13d18c1437d7c5867cc09b54870ce76a54f"
content-hash = "ebd4eb6d04a21cf0b8f63c8143a70cd28317736be2e9e0f93d97eba253eeb5fe"

View File

@@ -25,7 +25,7 @@ click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
deprecated = "==1.2.18"
eventlet = "==0.40.0"
eventlet = "==0.40.1"
expiringdict = "==1.2.2"
flask = "~=3.1"
flask-bcrypt = "==1.0.1"