From 37065db4d52e9ebf5dac1294961aa6af7030e39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 07:27:43 +1000 Subject: [PATCH] Bump requests from 2.28.0 to 2.28.1 in /pykanidm (#891) --- pykanidm/poetry.lock | 12 ++++++------ pykanidm/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 829aae8e6..f7f0243d0 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -659,7 +659,7 @@ pyyaml = "*" [[package]] name = "requests" -version = "2.28.0" +version = "2.28.1" description = "Python HTTP for Humans." category = "main" optional = false @@ -667,13 +667,13 @@ python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2.0.0,<2.1.0" +charset-normalizer = ">=2,<3" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] +use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "six" @@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0a8eecf0eace9a1c9a6194a039abda4c4a4b80d54c31adbd71f750eea3a15c64" +content-hash = "033e5b2d78f08c9e9baf8ab9a739dd620be74e8b93da491b3acb920b9a197349" [metadata.files] aiohttp = [ @@ -1422,8 +1422,8 @@ pyyaml-env-tag = [ {file = "pyyaml_env_tag-0.1.tar.gz", hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"}, ] requests = [ - {file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"}, - {file = "requests-2.28.0.tar.gz", hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"}, + {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, + {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index cd629c021..812ef39a4 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -18,7 +18,7 @@ classifiers=[ ] [tool.poetry.dependencies] python = "^3.8" -requests = "^2.27.1" +requests = "^2.28.1" toml = "^0.10.2" pydantic = "^1.9.1" aiohttp = "^3.8.1"