mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps
parent
32ee474be2
commit
7afd150570
|
@ -1199,7 +1199,7 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.25.7"
|
||||
version = "2.25.8"
|
||||
description = "Typing stubs for requests"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1317,7 +1317,7 @@ misp = ["python-magic", "pydeep"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "647b0f88c59bff4b01cacb08dec0d1622ce2aaa175fc8e03a46f298595ecaf20"
|
||||
content-hash = "bd09b20f35c4a361a109abcf950326519706a5938c436e9ac6f2e07ef0e782c2"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2139,8 +2139,8 @@ types-redis = [
|
|||
{file = "types_redis-3.5.8-py3-none-any.whl", hash = "sha256:85814769071721044857c34841e46064b867ccdd58fc81221c43462bd07e4892"},
|
||||
]
|
||||
types-requests = [
|
||||
{file = "types-requests-2.25.7.tar.gz", hash = "sha256:4b279513a34b789bef75ce05bee5eb4ce934a892318388400f7511fbcdf56f87"},
|
||||
{file = "types_requests-2.25.7-py3-none-any.whl", hash = "sha256:24bbe4682373ce0b1927f432b30ba1dcf46b66512fb6e848e72998c79797d040"},
|
||||
{file = "types-requests-2.25.8.tar.gz", hash = "sha256:225ac2e86549b6ef3a8a44bf955f80b4955855704a15d2883d8445c8df637242"},
|
||||
{file = "types_requests-2.25.8-py3-none-any.whl", hash = "sha256:26e90866bcd773d76b316de7e6bd6e24641f9e1653cf27241c533886600f6824"},
|
||||
]
|
||||
types-werkzeug = [
|
||||
{file = "types-Werkzeug-1.0.5.tar.gz", hash = "sha256:f6216ab0e0211fe73ebdb4ae0e414113d4d8a2f783a15c2d8550e06d0fd8e7f9"},
|
||||
|
|
|
@ -72,7 +72,7 @@ misp = ['python-magic', 'pydeep']
|
|||
mypy = "^0.910"
|
||||
ipython = "^7.27.0"
|
||||
types-redis = "^3.5.8"
|
||||
types-requests = "^2.25.7"
|
||||
types-requests = "^2.25.8"
|
||||
types-Flask = "^1.1.3"
|
||||
types-pkg-resources = "^0.1.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue