mirror of https://github.com/CIRCL/lookyloo
build(deps-dev): bump types-requests from 2.27.29 to 2.27.30
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.29 to 2.27.30. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/439/head
parent
029adc723c
commit
7e52165bcf
|
@ -1137,7 +1137,7 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.27.29"
|
||||
version = "2.27.30"
|
||||
description = "Typing stubs for requests"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "b4247ac1ca63032fd0111b5ef117b4b465259be561b766b12755387a4ef8b2aa"
|
||||
content-hash = "cf5378d45d48df285a2f823f20eda547b06fd19083d5609fc33b669725027a2a"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2340,8 +2340,8 @@ types-redis = [
|
|||
{file = "types_redis-4.2.6-py3-none-any.whl", hash = "sha256:1136af954ade0be33b487f440c8cbcbee29f089a83e685484ec91f363c6c69fe"},
|
||||
]
|
||||
types-requests = [
|
||||
{file = "types-requests-2.27.29.tar.gz", hash = "sha256:fb453b3a76a48eca66381cea8004feaaea12835e838196f5c7ac87c75c5c19ef"},
|
||||
{file = "types_requests-2.27.29-py3-none-any.whl", hash = "sha256:014f4f82db7b96c41feea9adaea30e68cd64c230eeab34b70c29bebb26ec74ac"},
|
||||
{file = "types-requests-2.27.30.tar.gz", hash = "sha256:ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704"},
|
||||
{file = "types_requests-2.27.30-py3-none-any.whl", hash = "sha256:b9b6cd0a6e5d500e56419b79f44ec96f316e9375ff6c8ee566c39d25e9612621"},
|
||||
]
|
||||
types-setuptools = [
|
||||
{file = "types-setuptools-57.4.17.tar.gz", hash = "sha256:9d556fcaf6808a1cead4aaa41e5c07a61f0152a875811e1239738eba4e0b7b16"},
|
||||
|
|
|
@ -73,7 +73,7 @@ misp = ['python-magic', 'pydeep2']
|
|||
mypy = "^0.960"
|
||||
ipython = "^8.4.0"
|
||||
types-redis = "^4.2.6"
|
||||
types-requests = "^2.27.29"
|
||||
types-requests = "^2.27.30"
|
||||
types-Flask = "^1.1.6"
|
||||
types-pkg-resources = "^0.1.3"
|
||||
types-Deprecated = "^1.2.8"
|
||||
|
|
Loading…
Reference in New Issue