aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-09 13:10:07 -0700
committerGravatar GitHub <[email protected]>2022-07-09 13:10:07 -0700
commita2067f87a89f2b6abc056a1deb28be10fbcbfa34 (patch)
treed14d39ccf0fa204c275ae2ebd6b155474b9cc13d
parentBump lxml from 4.8.0 to 4.9.1 (#2208) (diff)
Bump urllib3 from 1.24.3 to 1.26.5 (#2210)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock28
1 files changed, 10 insertions, 18 deletions
diff --git a/poetry.lock b/poetry.lock
index a5e0087bd..f41fe2358 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -171,14 +171,6 @@ optional = false
python-versions = ">=3.6.1"
[[package]]
-name = "chardet"
-version = "3.0.4"
-description = "Universal encoding detector for Python 2 and 3"
-category = "main"
-optional = false
-python-versions = "*"
-
-[[package]]
name = "charset-normalizer"
version = "2.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
@@ -943,21 +935,21 @@ python-versions = ">=3.6"
[[package]]
name = "requests"
-version = "2.20.0"
+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.*"
+python-versions = ">=3.7, <4"
[package.dependencies]
certifi = ">=2017.4.17"
-chardet = ">=3.0.2,<3.1.0"
-idna = ">=2.5,<2.8"
-urllib3 = ">=1.21.1,<1.25"
+charset-normalizer = ">=2,<3"
+idna = ">=2.5,<4"
+urllib3 = ">=1.21.1,<1.27"
[package.extras]
-security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"]
-socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
+socks = ["PySocks (>=1.5.6,!=1.5.7)"]
+use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "requests-file"
@@ -1108,13 +1100,14 @@ python-versions = ">=3.6"
[[package]]
name = "urllib3"
-version = "1.24.3"
+version = "1.26.5"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[package.extras]
+brotli = ["brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
@@ -1176,7 +1169,6 @@ bot-core = []
certifi = []
cffi = []
cfgv = []
-chardet = []
charset-normalizer = []
colorama = []
coloredlogs = []