From 057d7c94c3a077ddfe0d97326edc2e6e57f85ba0 Mon Sep 17 00:00:00 2001 From: ff137 Date: Sat, 7 Dec 2024 12:27:41 +0200 Subject: [PATCH] :arrow_up: Upgrade anyio to 4.7.0 --- app/poetry.lock | 13 +++++++------ app/pyproject.toml | 2 +- endorser/poetry.lock | 13 +++++++------ endorser/pyproject.toml | 2 +- trustregistry/poetry.lock | 13 +++++++------ trustregistry/pyproject.toml | 2 +- waypoint/poetry.lock | 13 +++++++------ waypoint/pyproject.toml | 2 +- 8 files changed, 32 insertions(+), 28 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index aad232885..c44def54c 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -149,22 +149,23 @@ files = [ [[package]] name = "anyio" -version = "4.6.2.post1" +version = "4.7.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.9" files = [ - {file = "anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d"}, - {file = "anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c"}, + {file = "anyio-4.7.0-py3-none-any.whl", hash = "sha256:ea60c3723ab42ba6fff7e8ccb0488c898ec538ff4df1f1d5e642c3601d07e352"}, + {file = "anyio-4.7.0.tar.gz", hash = "sha256:2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"}, ] [package.dependencies] idna = ">=2.8" sniffio = ">=1.1" +typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] -doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21.0b1)"] +doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"] trio = ["trio (>=0.26.1)"] [[package]] @@ -1951,4 +1952,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ab60469192972d8cb71fdce7e1cc9a4bb0f52db35cdc6190ae18881539c36a10" +content-hash = "d240263c5e477071618d93ee6f0da66a9007b0ab97c90cb2ed0d28a2be753b93" diff --git a/app/pyproject.toml b/app/pyproject.toml index 15bf445d2..ad0f7d67d 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -24,7 +24,7 @@ ddtrace = "^2.17.0" scalar-fastapi = "^1.0.3" [tool.poetry.dev-dependencies] -anyio = "~4.6.0" +anyio = "~4.7.0" assertpy = "==1.1" black = "~24.10.0" isort = "~5.13.2" diff --git a/endorser/poetry.lock b/endorser/poetry.lock index e8c4cb062..19a1f183d 100644 --- a/endorser/poetry.lock +++ b/endorser/poetry.lock @@ -149,22 +149,23 @@ files = [ [[package]] name = "anyio" -version = "4.6.2.post1" +version = "4.7.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.9" files = [ - {file = "anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d"}, - {file = "anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c"}, + {file = "anyio-4.7.0-py3-none-any.whl", hash = "sha256:ea60c3723ab42ba6fff7e8ccb0488c898ec538ff4df1f1d5e642c3601d07e352"}, + {file = "anyio-4.7.0.tar.gz", hash = "sha256:2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"}, ] [package.dependencies] idna = ">=2.8" sniffio = ">=1.1" +typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] -doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21.0b1)"] +doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"] trio = ["trio (>=0.26.1)"] [[package]] @@ -2114,4 +2115,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3dd498010ccae68f302f22f13bc75c3b02d3b6dff996d7b723ee0c6128482b5e" +content-hash = "e762ef3ac9c5adb7e62e738eb927de91207eeb62c3e9420d29b38137285ef7c2" diff --git a/endorser/pyproject.toml b/endorser/pyproject.toml index 3f41629d7..0be8750f3 100644 --- a/endorser/pyproject.toml +++ b/endorser/pyproject.toml @@ -21,7 +21,7 @@ ddtrace = "^2.17.0" scalar-fastapi = "^1.0.3" [tool.poetry.dev-dependencies] -anyio = "~4.6.0" +anyio = "~4.7.0" black = "~24.10.0" isort = "~5.13.2" pre-commit = "~4.0.1" diff --git a/trustregistry/poetry.lock b/trustregistry/poetry.lock index a48ed9af7..1524b6082 100644 --- a/trustregistry/poetry.lock +++ b/trustregistry/poetry.lock @@ -32,22 +32,23 @@ files = [ [[package]] name = "anyio" -version = "4.6.2.post1" +version = "4.7.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.9" files = [ - {file = "anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d"}, - {file = "anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c"}, + {file = "anyio-4.7.0-py3-none-any.whl", hash = "sha256:ea60c3723ab42ba6fff7e8ccb0488c898ec538ff4df1f1d5e642c3601d07e352"}, + {file = "anyio-4.7.0.tar.gz", hash = "sha256:2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"}, ] [package.dependencies] idna = ">=2.8" sniffio = ">=1.1" +typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] -doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21.0b1)"] +doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"] trio = ["trio (>=0.26.1)"] [[package]] @@ -1605,4 +1606,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "81fe9f7b395c39b6252d2749d7f46f40d7fdd4638cdd55fdaf77d82e7968f53d" +content-hash = "3de6d347fcc1bc00047219b836cc949feeae832233a080a300220120ca74dff6" diff --git a/trustregistry/pyproject.toml b/trustregistry/pyproject.toml index 068b49980..69faa4fb4 100644 --- a/trustregistry/pyproject.toml +++ b/trustregistry/pyproject.toml @@ -21,7 +21,7 @@ scalar-fastapi = "^1.0.3" alembic = "~1.14.0" [tool.poetry.dev-dependencies] -anyio = "~4.6.0" +anyio = "~4.7.0" black = "~24.10.0" isort = "~5.13.2" pre-commit = "~4.0.1" diff --git a/waypoint/poetry.lock b/waypoint/poetry.lock index 925f39906..b2901377d 100644 --- a/waypoint/poetry.lock +++ b/waypoint/poetry.lock @@ -135,22 +135,23 @@ files = [ [[package]] name = "anyio" -version = "4.6.2.post1" +version = "4.7.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.9" files = [ - {file = "anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d"}, - {file = "anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c"}, + {file = "anyio-4.7.0-py3-none-any.whl", hash = "sha256:ea60c3723ab42ba6fff7e8ccb0488c898ec538ff4df1f1d5e642c3601d07e352"}, + {file = "anyio-4.7.0.tar.gz", hash = "sha256:2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"}, ] [package.dependencies] idna = ">=2.8" sniffio = ">=1.1" +typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] -doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21.0b1)"] +doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"] trio = ["trio (>=0.26.1)"] [[package]] @@ -2123,4 +2124,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5c86203a7313681106ba03cc1ad6c730243b1db4867afbda52ebef1d79ee9b6a" +content-hash = "a5173ffafecb2339d8a05f8b46ae0c72aad33e1bccceb21b5ae6f264d7993a51" diff --git a/waypoint/pyproject.toml b/waypoint/pyproject.toml index 4f6aab2dd..26b9f4c36 100644 --- a/waypoint/pyproject.toml +++ b/waypoint/pyproject.toml @@ -23,7 +23,7 @@ ddtrace = "^2.17.0" scalar-fastapi = "^1.0.3" [tool.poetry.dev-dependencies] -anyio = "~4.6.0" +anyio = "~4.7.0" assertpy = "==1.1" black = "~24.10.0" isort = "~5.13.2"