chg: Bump gunicorn

pull/937/head
Raphaël Vinot 2024-08-15 11:52:44 +02:00
parent 71aefe5e24
commit 58df880a4a
2 changed files with 15 additions and 15 deletions

25
poetry.lock generated
View File

@ -1260,17 +1260,18 @@ test = ["objgraph", "psutil"]
[[package]]
name = "gunicorn"
version = "22.0.0"
version = "23.0.0"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.7"
files = [
{file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"},
{file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"},
{file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"},
{file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"},
]
[package.dependencies]
packaging = "*"
setproctitle = {version = "*", optional = true, markers = "extra == \"setproctitle\""}
[package.extras]
eventlet = ["eventlet (>=0.24.1,!=0.36.0)"]
@ -1440,21 +1441,21 @@ test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "p
[[package]]
name = "importlib-resources"
version = "6.4.0"
version = "6.4.2"
description = "Read resources from Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"},
{file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"},
{file = "importlib_resources-6.4.2-py3-none-any.whl", hash = "sha256:8bba8c54a8a3afaa1419910845fa26ebd706dc716dd208d9b158b4b6966f5c5c"},
{file = "importlib_resources-6.4.2.tar.gz", hash = "sha256:6cbfbefc449cc6e2095dd184691b7a12a04f40bc75dd4c55d31c34f174cdf57a"},
]
[package.dependencies]
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
[package.extras]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"]
testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"]
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"]
[[package]]
name = "ipython"
@ -2670,13 +2671,13 @@ files = [
[[package]]
name = "publicsuffixlist"
version = "1.0.2.20240812"
version = "1.0.2.20240814"
description = "publicsuffixlist implement"
optional = false
python-versions = ">=3.5"
files = [
{file = "publicsuffixlist-1.0.2.20240812-py2.py3-none-any.whl", hash = "sha256:e75f34b0eb73b71cb6b5e1d2ffcaaa489bd0cfdd9e0a07bc6dbe4152cfdeda5d"},
{file = "publicsuffixlist-1.0.2.20240812.tar.gz", hash = "sha256:24efe58dae891370b54ca13a718776756f438fced624dc825ebf5ef372cd6229"},
{file = "publicsuffixlist-1.0.2.20240814-py2.py3-none-any.whl", hash = "sha256:b95c4ea76c32656aef1492d947561f6ebf191065cb6aa806d272ce4936d370c5"},
{file = "publicsuffixlist-1.0.2.20240814.tar.gz", hash = "sha256:dccebfc980f6adff5be82a62e2ab14320c6498a339ef6519bf35548253edcb4a"},
]
[package.extras]
@ -4389,4 +4390,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.13"
content-hash = "4213ac5bf3ed135243fd7043857d928e83c4b85f705e4246170415ec7711637c"
content-hash = "a013aebc925e3f0f6119e00631df048fda085384aedceaecc8b29266567d2776"

View File

@ -41,7 +41,7 @@ scripts_controller = "bin.scripts_controller:main"
python = ">=3.8.1,<3.13"
requests = "^2.32.3"
flask = "^3.0.3"
gunicorn = "^22.0.0"
gunicorn = {version = "^23.0.0", extras = ["setproctitle"]}
charset-normalizer = "^3.3.2"
redis = {version = "^5.0.8", extras = ["hiredis"]}
beautifulsoup4 = {version = "^4.12.3", extras = ["lxml", "charset_normalizer"]}
@ -71,7 +71,7 @@ pypandora = "^1.9.0"
lacuscore = "^1.10.10"
pylacus = "^1.10.0"
pyipasnhistory = "^2.1.2"
publicsuffixlist = "^1.0.2.20240812"
publicsuffixlist = "^1.0.2.20240814"
pyfaup = "^1.2"
chardet = "^5.2.0"
pysecuritytxt = "^1.3.2"
@ -85,7 +85,6 @@ urllib3 = [
pypdns = "^2.2.3"
mmh3 = "^4.1.0"
puremagic = "^1.27"
setproctitle = "^1.3.3"
psutil = "^6.0.0"
[tool.poetry.group.dev.dependencies]