Merge pull request #77 from MISP/dependabot/pip/requests-2.31.0

build(deps): bump requests from 2.29.0 to 2.31.0
pull/78/head
Alexandre Dulaunoy 2023-05-23 22:34:00 +02:00 committed by GitHub
commit c6b2cf5683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
poetry.lock generated
View File

@ -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 = "aiofiles"
@ -2953,21 +2953,21 @@ rlpycairo = ["rlPyCairo (>=0.1.0)"]
[[package]]
name = "requests"
version = "2.29.0"
version = "2.31.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"},
{file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"},
{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)"]
@ -3455,8 +3455,8 @@ files = [
]
[package.dependencies]
brotli = {version = ">=1.0.9", optional = true, markers = "os_name != \"nt\" and platform_python_implementation == \"CPython\" and extra == \"brotli\" or python_version >= \"3\" and platform_python_implementation == \"CPython\" and extra == \"brotli\""}
brotlicffi = {version = ">=0.8.0", optional = true, markers = "os_name != \"nt\" and platform_python_implementation != \"CPython\" and extra == \"brotli\" or python_version >= \"3\" and platform_python_implementation != \"CPython\" and extra == \"brotli\""}
brotli = {version = ">=1.0.9", optional = true, markers = "(os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation == \"CPython\" and extra == \"brotli\""}
brotlicffi = {version = ">=0.8.0", optional = true, markers = "(os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation != \"CPython\" and extra == \"brotli\""}
[package.extras]
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"]
@ -3776,9 +3776,9 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[extras]
brotli = ["urllib3"]
docs = ["recommonmark", "sphinx-autodoc-typehints"]
email = ["RTFDE", "extract_msg", "oletools"]
fileobjects = ["lief", "pydeep", "python-magic"]
docs = ["sphinx-autodoc-typehints", "recommonmark"]
email = ["extract_msg", "RTFDE", "oletools"]
fileobjects = ["python-magic", "pydeep", "lief"]
openioc = ["beautifulsoup4"]
pdfexport = ["reportlab"]
url = ["pyfaup"]
@ -3787,4 +3787,4 @@ virustotal = ["validators"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "0d6ee1d06053e1d33f4be624e7d3e5ad2b35e57d9a09183bc96e067b4081ebd6"
content-hash = "65ff915392e22590e4c3389488bbd361efdab355b5ce1ea9f88370519902c05e"

View File

@ -14,7 +14,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8.1"
requests = "^2.29.0"
requests = "^2.31.0"
python-dateutil = "^2.8.2"
jsonschema = "^4.17.3"
deprecated = "^1.2.13"