Merge pull request #2259 from GSA/dependabot/pip/poetry-2.3.3

Bump poetry from 2.3.1 to 2.3.3
This commit is contained in:
Kenneth Kehl
2026-04-02 09:01:57 -07:00
committed by GitHub

16
poetry.lock generated
View File

@@ -3518,21 +3518,21 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "poetry" name = "poetry"
version = "2.3.1" version = "2.3.3"
description = "Python dependency management and packaging made easy." description = "Python dependency management and packaging made easy."
optional = false optional = false
python-versions = "<4.0,>=3.10" python-versions = "<4.0,>=3.10"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "poetry-2.3.1-py3-none-any.whl", hash = "sha256:1067f3a500b57b348a7b7a2ec0ee8e09dce65164a21926b1f6713481d94e8ee4"}, {file = "poetry-2.3.3-py3-none-any.whl", hash = "sha256:dbbbd77c3c2782aed85be6f5cb00e7803d1e36376709d58b80f96686e601290b"},
{file = "poetry-2.3.1.tar.gz", hash = "sha256:423cbccfe3533155ce9f49e929780a1386e564b2d97d2380664ea388cfe1191c"}, {file = "poetry-2.3.3.tar.gz", hash = "sha256:fbffbca25cec43218779b60a1f754916d2f3d54f9642d66cf12729646c36edb7"},
] ]
[package.dependencies] [package.dependencies]
build = ">=1.2.1,<2.0.0" build = ">=1.2.1,<2.0.0"
cachecontrol = {version = ">=0.14.0,<0.15.0", extras = ["filecache"]} cachecontrol = {version = ">=0.14.0,<0.15.0", extras = ["filecache"]}
cleo = ">=2.1.0,<3.0.0" cleo = ">=2.1.0,<3.0.0"
dulwich = ">=0.25.0,<0.26.0" dulwich = ">=0.25.0,<2"
fastjsonschema = ">=2.18.0,<3.0.0" fastjsonschema = ">=2.18.0,<3.0.0"
findpython = ">=0.6.2,<0.8.0" findpython = ">=0.6.2,<0.8.0"
installer = ">=0.7.0,<0.8.0" installer = ">=0.7.0,<0.8.0"
@@ -3541,7 +3541,7 @@ packaging = ">=24.2"
pbs-installer = {version = ">=2025.6.10", extras = ["download", "install"]} pbs-installer = {version = ">=2025.6.10", extras = ["download", "install"]}
pkginfo = ">=1.12,<2.0" pkginfo = ">=1.12,<2.0"
platformdirs = ">=3.0.0,<5" platformdirs = ">=3.0.0,<5"
poetry-core = "2.3.0" poetry-core = "2.3.2"
pyproject-hooks = ">=1.0.0,<2.0.0" pyproject-hooks = ">=1.0.0,<2.0.0"
requests = ">=2.26,<3.0" requests = ">=2.26,<3.0"
requests-toolbelt = ">=1.0.0,<2.0.0" requests-toolbelt = ">=1.0.0,<2.0.0"
@@ -3553,14 +3553,14 @@ xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""}
[[package]] [[package]]
name = "poetry-core" name = "poetry-core"
version = "2.3.0" version = "2.3.2"
description = "Poetry PEP 517 Build Backend" description = "Poetry PEP 517 Build Backend"
optional = false optional = false
python-versions = "<4.0,>=3.10" python-versions = "<4.0,>=3.10"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "poetry_core-2.3.0-py3-none-any.whl", hash = "sha256:fc42f3854e346e4b96fb2b38d29e6873ec2ed25fbd7b8f1afba06613a966eaef"}, {file = "poetry_core-2.3.2-py3-none-any.whl", hash = "sha256:23df641b64f87fbb4ce1873c1915a4d4bb1b7d808c596e4307edc073e68d7234"},
{file = "poetry_core-2.3.0.tar.gz", hash = "sha256:f6da8f021fe380d8c9716085f4dcc5d26a5120a2452e077196333892af5de307"}, {file = "poetry_core-2.3.2.tar.gz", hash = "sha256:20cb71be27b774628da9f384effd9183dfceb53bcef84063248a8672aa47031f"},
] ]
[[package]] [[package]]