From 41c2b977f106ba2b6bc96fa1766863675fc1036e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:15:11 +0000 Subject: [PATCH] build(deps-dev): bump pytest-httpx from 0.30.0 to 0.31.1 in /backend Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.30.0 to 0.31.1. - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: pytest-httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Pipfile.lock | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock index 8579cee8..7a028d29 100644 --- a/backend/Pipfile.lock +++ b/backend/Pipfile.lock @@ -1645,11 +1645,11 @@ }, "anyio": { "hashes": [ - "sha256:c5a275fe5ca0afd788001f58fca1e69e29ce706d746e317d660e21f70c530ef9", - "sha256:fdeb095b7cc5a5563175eedd926ec4ae55413bb4be5770c424af0ba46ccb4a78" + "sha256:137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb", + "sha256:c7d2e9d63e31599eeb636c8c5c03a7e108d73b345f064f1c19fdc87b79036a9a" ], - "markers": "python_version >= '3.8'", - "version": "==4.5.0" + "markers": "python_version >= '3.9'", + "version": "==4.6.0" }, "argon2-cffi": { "hashes": [ @@ -2112,6 +2112,14 @@ "markers": "python_version >= '3.9'", "version": "==0.21.2" }, + "exceptiongroup": { + "hashes": [ + "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", + "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc" + ], + "markers": "python_version < '3.11'", + "version": "==1.2.2" + }, "execnet": { "hashes": [ "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc", @@ -2320,7 +2328,6 @@ "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" ], - "index": "pypi", "markers": "python_version >= '3.8'", "version": "==0.27.2" }, @@ -2890,12 +2897,12 @@ }, "pytest-httpx": { "hashes": [ - "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c", - "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a" + "sha256:a54699123c5149c456d8ef7b9844075566f6e74050b3af71700aba94c7b62ef0", + "sha256:f90399e83988ab511444eb1a95a3ca8a98cde04e64b530070bc560cee0258340" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==0.30.0" + "version": "==0.31.1" }, "pytest-mock": { "hashes": [ @@ -3428,6 +3435,14 @@ "markers": "python_version >= '3.8'", "version": "==1.3.0" }, + "tomli": { + "hashes": [ + "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", + "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" + ], + "markers": "python_version < '3.11'", + "version": "==2.0.1" + }, "tornado": { "hashes": [ "sha256:163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8", @@ -3475,7 +3490,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version < '3.13'", + "markers": "python_version >= '3.8'", "version": "==4.12.2" }, "uri-template": {