From 4170c73f302746351ed810a7f9c0d3e354501591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:21:24 +0000 Subject: [PATCH] chore(deps): Bump requests in /demo/playground/examples Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/playground/examples/poetry.lock | 10 +++++----- demo/playground/examples/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/playground/examples/poetry.lock b/demo/playground/examples/poetry.lock index eb054b9b75..b05ce45b7a 100644 --- a/demo/playground/examples/poetry.lock +++ b/demo/playground/examples/poetry.lock @@ -236,13 +236,13 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -286,4 +286,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c9c1bb0fed9cb41eaa74390c7ba76d4e84a6fc5a0a849f770640a4dbcfb1fbca" +content-hash = "f0761f76051640102f9bee5fbbfaac21391a8979fcca6da90beabeb0d9ea1959" diff --git a/demo/playground/examples/pyproject.toml b/demo/playground/examples/pyproject.toml index bfc662bbd4..14f38653e5 100644 --- a/demo/playground/examples/pyproject.toml +++ b/demo/playground/examples/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.9" pytest = "^7.4.0" pytest-asyncio = "^0.21.0" asynctest = "^0.13.0" -requests = "^2.31.0" +requests = "^2.32.2" [tool.poetry.dev-dependencies]