From 0951a8cbe9b64f8d559ff33b58208b3ff42a6fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 07:05:07 +0000 Subject: [PATCH] build(deps): bump requests from 2.27.1 to 2.28.1 Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1. - [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.27.1...v2.28.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index c82a674124..f8d0b0706d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1744,21 +1744,21 @@ six = "*" [[package]] name = "requests" -version = "2.27.1" +version = "2.28.1" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""} -idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""} +charset-normalizer = ">=2,<3" +idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" [package.extras] -socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] -use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] +socks = ["PySocks (>=1.5.6,!=1.5.7)"] +use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-file" @@ -2166,7 +2166,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = ">=3.10, <3.11" -content-hash = "4951c867a28360568693980b39aeeda36481b5d5c7cd282a12b5ea93e6527f43" +content-hash = "adc606e63953c33bfa3f1b99185bb70d8a2e04a11df16cffd5c614cca4f0a3ec" [metadata.files] amqp = [ @@ -3314,8 +3314,8 @@ reporters-db = [ {file = "reporters_db-3.2.21-py2.py3-none-any.whl", hash = "sha256:ce5e02946e85d43dc8355300ab06f3567974ac893dab5f86005e8db863f4e8f2"}, ] requests = [ - {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, - {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, + {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, + {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] requests-file = [ {file = "requests-file-1.5.1.tar.gz", hash = "sha256:07d74208d3389d01c38ab89ef403af0cfec63957d53a0081d8eca738d0247d8e"}, diff --git a/pyproject.toml b/pyproject.toml index 585f41f60f..b69997905a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ python-magic = "^0.4.21" pytz = "*" pyyaml = "^5.3.1" redis = "^3.5.3" -requests = "^2.20.0" +requests = "^2.28.1" selenium = "4.0.0a6.post2" sentry-sdk = "^1.0.0" simplejson = "*"