Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/influxdb-client-1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoSperetta authored Dec 7, 2024
2 parents 72e3176 + 047b77e commit a37afdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04
FROM python:3.12
FROM python:3.13

ENV PATH="/scripts:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ numpy==2.0.0
# skyfield
packaging==24.1
# via djangorestframework-api-key
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements.in
py4j==0.10.9.7
# via -r requirements.in
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.2.3
# via pylint
autopep8==2.3.1
# via -r requirements_dev.in
coverage==7.6.1
coverage==7.6.8
# via -r requirements_dev.in
dill==0.3.8
# via pylint
Expand All @@ -24,7 +24,7 @@ pylint==3.2.5
# via
# pylint-django
# pylint-plugin-utils
pylint-django==2.5.5
pylint-django==2.6.1
# via -r requirements_dev.in
pylint-plugin-utils==0.8.2
# via pylint-django
Expand Down

0 comments on commit a37afdf

Please sign in to comment.