Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent cc8c81f commit efcd90f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 30 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
condition: service_healthy

postgres-data-load:
image: python:3.11.10-slim-bookworm
image: python:3.13.0-slim-bookworm
container_name: postgres-data-load
entrypoint: ["/application/docker_run_SPAR_TEST.sh"]
working_dir: /application
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
condition: service_healthy

oracle-data-load:
image: python:3.11
image: python:3.13
container_name: oracle-data-load
# "CMD",
entrypoint: [ "/application/docker_run_ORA_TEST.sh"]
Expand Down
47 changes: 24 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ boto3 = {extras = ["s3"], version = "^1.35.37"}
kubernetes = "^31.0.0"
requests = "^2.32.3"
openshift-client = "^2.0.4"
kr8s = "^0.17.4"
kr8s = "^0.18.0"

psycopg2-binary = "^2.9.10"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
ruff = "^0.6.9"
ruff = "^0.7.0"
mypy-boto3 = "^1.35.38"

pytest = "^8.3.3"
Expand Down
2 changes: 1 addition & 1 deletion sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.13-slim

# Receive build number as argument, retain as environment variable
ARG BUILD_NUMBER
Expand Down
4 changes: 2 additions & 2 deletions sync/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#cx-Oracle==8.3.0
oracledb
numpy==2.1.1
numpy==2.1.3
pandas==2.2.3
psycopg2==2.9.9
psycopg2==2.9.10
SQLAlchemy==2.0.36
pyyaml==6.0.2

0 comments on commit efcd90f

Please sign in to comment.