From 847b3f5a8ee9a8ce66d87e82725cf7315ce2fda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:51:44 +0000 Subject: [PATCH] Bump requests from 2.29.0 to 2.31.0 in /example Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0. - [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.29.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/poetry.lock | 12 ++++++------ example/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/poetry.lock b/example/poetry.lock index 4146942..4fd696d 100644 --- a/example/poetry.lock +++ b/example/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "anyio" @@ -521,21 +521,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "requests" -version = "2.29.0" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, - {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -639,4 +639,4 @@ url = ".." [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "66e60a3e2d5f89fce05550057a997fe56c789515caaab18841f7ce3dc9e50679" +content-hash = "c36bb185ac58eb4c4af185f15b3034acd5556100071ba40579bfec5bd769746b" diff --git a/example/pyproject.toml b/example/pyproject.toml index 4ab551a..f652309 100644 --- a/example/pyproject.toml +++ b/example/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "product_mock"}] [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.95.1" -requests = "^2.29.0" +requests = "^2.31.0" uvicorn = "^0.22.0" wiremock = { path = "../", develop=true} httpx = "^0.24.0"