1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2026-01-24 13:13:33 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
e0050ecb0f Update falcon-swagger-ui digest to 818c09e 2025-11-10 16:00:16 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ requires-python = ">= 3.10"
license = "GPL-3.0-only" license = "GPL-3.0-only"
license-files = ["LICENSE.txt"] license-files = ["LICENSE.txt"]
dependencies = [ dependencies = [
"gunicorn==24.1.*", "gunicorn==23.0.*",
"falcon==4.1.*", "falcon==4.1.*",
"psycopg==3.2.*", "psycopg==3.2.*",
"requests==2.32.*", "requests==2.32.*",
@@ -23,7 +23,7 @@ repository = "https://github.com/ilri/dspace-statistics-api"
homepage = "https://github.com/ilri/dspace-statistics-api" homepage = "https://github.com/ilri/dspace-statistics-api"
[tool.uv.sources] [tool.uv.sources]
falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev = "falcon3-update-swagger-ui" } falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev = "818c09e17ae1231b935f18edb9823878dc6c7bfb" }
# See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend # See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
[build-system] [build-system]

12
uv.lock generated
View File

@@ -103,8 +103,8 @@ dev = [
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "falcon", specifier = "==4.1.*" }, { name = "falcon", specifier = "==4.1.*" },
{ name = "falcon-swagger-ui", git = "https://github.com/alanorth/falcon-swagger-ui?rev=falcon3-update-swagger-ui" }, { name = "falcon-swagger-ui", git = "https://github.com/alanorth/falcon-swagger-ui?rev=818c09e17ae1231b935f18edb9823878dc6c7bfb" },
{ name = "gunicorn", specifier = "==24.1.*" }, { name = "gunicorn", specifier = "==23.0.*" },
{ name = "psycopg", specifier = "==3.2.*" }, { name = "psycopg", specifier = "==3.2.*" },
{ name = "requests", specifier = "==2.32.*" }, { name = "requests", specifier = "==2.32.*" },
] ]
@@ -180,7 +180,7 @@ wheels = [
[[package]] [[package]]
name = "falcon-swagger-ui" name = "falcon-swagger-ui"
version = "1.2.1" version = "1.2.1"
source = { git = "https://github.com/alanorth/falcon-swagger-ui?rev=falcon3-update-swagger-ui#c019c270b479c03d9276e20fd95488495b0943f6" } source = { git = "https://github.com/alanorth/falcon-swagger-ui?rev=818c09e17ae1231b935f18edb9823878dc6c7bfb#818c09e17ae1231b935f18edb9823878dc6c7bfb" }
dependencies = [ dependencies = [
{ name = "falcon" }, { name = "falcon" },
{ name = "jinja2" }, { name = "jinja2" },
@@ -202,14 +202,14 @@ wheels = [
[[package]] [[package]]
name = "gunicorn" name = "gunicorn"
version = "24.1.1" version = "23.0.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "packaging" }, { name = "packaging" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/78/0a/10739c03537ec5b131a867bf94df2e412b437696c7e5d26970e2198a80d2/gunicorn-24.1.1.tar.gz", hash = "sha256:f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408", size = 287567, upload-time = "2026-01-24T01:15:31.359Z" } sdist = { url = "https://files.pythonhosted.org/packages/34/72/9614c465dc206155d93eff0ca20d42e1e35afc533971379482de953521a4/gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec", size = 375031, upload-time = "2024-08-10T20:25:27.378Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/96/90/cfe637677916fc6f53cd2b05d5746e249f683e1fa14c9e745a88c66f7290/gunicorn-24.1.1-py3-none-any.whl", hash = "sha256:757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8", size = 114920, upload-time = "2026-01-24T01:15:29.656Z" }, { url = "https://files.pythonhosted.org/packages/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4/gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d", size = 85029, upload-time = "2024-08-10T20:25:24.996Z" },
] ]
[[package]] [[package]]