From 96e3b8678799d475e1ddd34a3403aed34c28445e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:35:34 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00943a8..a8bfd85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -1687,21 +1687,21 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "requests" -version = "2.28.2" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {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)"] @@ -2089,5 +2089,5 @@ test = ["pytest (>=6.0.0)"] [metadata] lock-version = "2.0" -python-versions = "3.11.1" -content-hash = "d0cf842b16108fe226c61096cd1fe7cb8757d0c71ad9e9c67ceaec34028c114c" +python-versions = "~3.11" +content-hash = "4fe0ef38a37d1ea6d411ad37dadaa0915001d7849d797e0504b4efdc2bd8dbd1" diff --git a/pyproject.toml b/pyproject.toml index d409ac2..ddaf048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pandas = "^2.0.0" Pillow = "^9.5.0" tqdm = "^4.65.0" pyaml = "^21.10.1" -requests = "^2.28.2" +requests = "^2.31.0" SQLAlchemy = "^2.0.9" tables = "^3.8.0" urllib3 = "^1.26.15"