Skip to content
Snippets Groups Projects
Commit ac980ae7 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'feature/73-update-clowmdb-to-2-3-0' into 'development'

Resolve "Update clowmdb to 2.3.0"

Closes #73

See merge request cmg/clowm/clowm-s3proxy-service!70
parents 354ce3ba 7e3aba85
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ integration-test-job: # Runs integration tests with the database
MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.3
alias: upgrade-db
script:
- python app/check_database_connection.py
......@@ -79,7 +79,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.3
alias: upgrade-db
script:
- python app/check_database_connection.py
......
......@@ -9,7 +9,7 @@ black>=23.11.0,<23.12.0
isort>=5.12.0,<5.13.0
mypy>=1.7.0,<1.8.0
# stubs for mypy
boto3-stubs-lite[s3]>=1.29.0,<1.30.0
boto3-stubs-lite[s3]>=1.33.0,<1.34.0
types-requests
# Miscellaneous
pre-commit>=3.5.0,<3.6.0
......
--extra-index-url https://gitlab.ub.uni-bielefeld.de/api/v4/projects/5493/packages/pypi/simple
clowmdb>=2.2.0,<2.3.0
clowmdb>=2.3.0,<2.4.0
# Webserver packages
anyio>=3.7.0,<4.0.0
......@@ -14,7 +14,7 @@ aiomysql>=0.2.0,<0.3.0
# Security packages
authlib>=1.2.0,<1.3.0
# Ceph and S3 packages
boto3>=1.29.0,<1.30.0
boto3>=1.33.0,<1.34.0
rgwadmin>=2.4.0,<2.5.0
# Miscellaneous
tenacity>=8.2.0,<8.3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment