Merge pull request #2769 from GSA/dependabot/pip/eventlet-0.40.2

Bump eventlet from 0.40.1 to 0.40.2
This commit is contained in:
Alex Janousek
2025-07-23 17:28:29 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
[[package]]
name = "ago"
@@ -920,14 +920,14 @@ files = [
[[package]]
name = "eventlet"
version = "0.40.1"
version = "0.40.2"
description = "Highly concurrent networking library"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "eventlet-0.40.1-py3-none-any.whl", hash = "sha256:378f36ac9b3f4d28f2e921fd8897ebc9797d017e34b96c259ac87c032d1c1bf3"},
{file = "eventlet-0.40.1.tar.gz", hash = "sha256:aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef"},
{file = "eventlet-0.40.2-py3-none-any.whl", hash = "sha256:590c67b982015bc6b753a5303f3ec7356bc7890a39efd65176179f0113f5d35e"},
{file = "eventlet-0.40.2.tar.gz", hash = "sha256:42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0"},
]
[package.dependencies]
@@ -4129,4 +4129,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "3b1e525166fe084650e33258a33d9e3d0fccfccb096ccdc10ea596d08a8af43c"
content-hash = "e6e0b9da0079aee7583f2d6e677da0e7dd4a879c783211ecd404e9006b85a5c3"

View File

@@ -12,7 +12,7 @@ python = "^3.12.9"
ago = "~=0.1.0"
beautifulsoup4 = "^4.13.3"
blinker = "~=1.8"
eventlet = "==0.40.1"
eventlet = "==0.40.2"
exceptiongroup = "==1.3.0"
flask = "~=3.1"
flask-basicauth = "~=0.2"