1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-24 07:10:17 +01:00

Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
c81779c8be
Update dependency black to v24 [SECURITY] 2024-09-11 12:07:11 +00:00
45dfe7851f
Merge pull request #51 from ilri/renovate/pypi-gunicorn-vulnerability 2024-09-11 15:03:54 +03:00
renovate[bot]
c1cd0a0351
Update dependency gunicorn to v22 [SECURITY] 2024-08-06 07:24:05 +00:00
2 changed files with 8 additions and 7 deletions

13
poetry.lock generated
View File

@ -283,22 +283,23 @@ pyflakes = ">=3.2.0,<3.3.0"
[[package]] [[package]]
name = "gunicorn" name = "gunicorn"
version = "21.2.0" version = "22.0.0"
description = "WSGI HTTP Server for UNIX" description = "WSGI HTTP Server for UNIX"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.7"
files = [ files = [
{file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"},
{file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"},
] ]
[package.dependencies] [package.dependencies]
packaging = "*" packaging = "*"
[package.extras] [package.extras]
eventlet = ["eventlet (>=0.24.1)"] eventlet = ["eventlet (>=0.24.1,!=0.36.0)"]
gevent = ["gevent (>=1.4.0)"] gevent = ["gevent (>=1.4.0)"]
setproctitle = ["setproctitle"] setproctitle = ["setproctitle"]
testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"]
tornado = ["tornado (>=0.2)"] tornado = ["tornado (>=0.2)"]
[[package]] [[package]]
@ -771,4 +772,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.1" python-versions = "^3.8.1"
content-hash = "95f42e931937392ad6ce0e56d920ac31256cda45a964d71260694227b24ed765" content-hash = "27be51ab296c966c1835f9b2f9e14ab3fda61446adb982ad22b2585a66ed79f4"

View File

@ -7,7 +7,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8.1" python = "^3.8.1"
gunicorn = "^21.0.0" gunicorn = "^22.0.0"
falcon = "3.1.3" falcon = "3.1.3"
psycopg2 = "^2.9.1" psycopg2 = "^2.9.1"
requests = "^2.24.0" requests = "^2.24.0"