1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-12-05 13:19:53 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
a07f82619d Update actions/checkout action to v6 2025-11-20 18:14:46 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:

View File

@@ -13,7 +13,7 @@ license-files = ["LICENSE.txt"]
dependencies = [
"gunicorn==23.0.*",
"falcon==4.1.*",
"psycopg==3.3.*",
"psycopg==3.2.*",
"requests==2.32.*",
"falcon-swagger-ui",
]

8
uv.lock generated
View File

@@ -105,7 +105,7 @@ requires-dist = [
{ name = "falcon", specifier = "==4.1.*" },
{ name = "falcon-swagger-ui", git = "https://github.com/alanorth/falcon-swagger-ui?rev=falcon3-update-swagger-ui" },
{ name = "gunicorn", specifier = "==23.0.*" },
{ name = "psycopg", specifier = "==3.3.*" },
{ name = "psycopg", specifier = "==3.2.*" },
{ name = "requests", specifier = "==2.32.*" },
]
@@ -338,15 +338,15 @@ wheels = [
[[package]]
name = "psycopg"
version = "3.3.1"
version = "3.2.9"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
{ name = "tzdata", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/18/ed/3a30e8ef82d4128c76aa9bd6b2a7fe6c16c283811e6655997f5047801b47/psycopg-3.3.1.tar.gz", hash = "sha256:ccfa30b75874eef809c0fbbb176554a2640cc1735a612accc2e2396a92442fc6", size = 165596, upload-time = "2025-12-02T21:09:55.545Z" }
sdist = { url = "https://files.pythonhosted.org/packages/27/4a/93a6ab570a8d1a4ad171a1f4256e205ce48d828781312c0bbaff36380ecb/psycopg-3.2.9.tar.gz", hash = "sha256:2fbb46fcd17bc81f993f28c47f1ebea38d66ae97cc2dbc3cad73b37cefbff700", size = 158122, upload-time = "2025-05-13T16:11:15.533Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/b6/f3/0b4a4c25a47c2d907afa97674287dab61bc9941c9ac3972a67100e33894d/psycopg-3.3.1-py3-none-any.whl", hash = "sha256:e44d8eae209752efe46318f36dd0fdf5863e928009338d736843bb1084f6435c", size = 212760, upload-time = "2025-12-02T21:02:36.029Z" },
{ url = "https://files.pythonhosted.org/packages/44/b0/a73c195a56eb6b92e937a5ca58521a5c3346fb233345adc80fd3e2f542e2/psycopg-3.2.9-py3-none-any.whl", hash = "sha256:01a8dadccdaac2123c916208c96e06631641c0566b22005493f09663c7a8d3b6", size = 202705, upload-time = "2025-05-13T16:06:26.584Z" },
]
[[package]]