Update requests

This commit is contained in:
Aarni Halinen
2022-08-01 21:14:47 +03:00
parent 3e707e58a5
commit 04ecb8fc7e
2 changed files with 9 additions and 12 deletions
Generated
+8 -11
View File
@@ -626,21 +626,21 @@ python-versions = ">=3.6"
[[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 = "ruamel.yaml"
@@ -845,7 +845,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "dd88b3c465cf276a9028495a385d800bb86cbd71b2703fcdbec20015a20aa9eb"
content-hash = "78fde3d2caee7f3e31d5f55bbdeaec01bae0483e417c8022a7cd7e6e29673679"
[metadata.files]
attrs = []
@@ -1105,10 +1105,7 @@ pyyaml = [
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
requests = [
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
]
requests = []
"ruamel.yaml" = []
"ruamel.yaml.clib" = []
safety = []
+1 -1
View File
@@ -8,7 +8,7 @@ authors = ["Aarni Halinen aarni.halinen@sahkoinsinoorikilta.fi"]
python = "^3.9"
decorator = "^4.0.9"
Django = "^2.2.19"
requests = "2.27.1"
requests = "^2.28.1"
django-cors-headers = "^3.7.0"
djangorestframework = "^3.12.4"
psycopg2-binary = "2.8.6"