Skip to content

Commit

Permalink
[build] update to Python 12 (interuss#628)
Browse files Browse the repository at this point in the history
[build] try python 12
  • Loading branch information
Shastick authored Apr 16, 2024
1 parent d4ef2e6 commit cdefea3
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 165 deletions.
2 changes: 1 addition & 1 deletion build/dev/pip_tools.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to expose pip-tools using the Python version the project relies on

FROM python:3.11-slim
FROM python:3.12-slim

RUN apt-get update && apt-get install -y openssl curl libgeos-dev gcc && apt-get install ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# This image is intended to be built from the repository root context/folder.

FROM python:3.11-slim
FROM python:3.12-slim
# Not -alpine because: https://stackoverflow.com/a/58028091/651139

RUN apt-get update && apt-get install -y openssl curl libgeos-dev gcc && apt-get install ca-certificates
Expand Down
8 changes: 4 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jwcrypto==1.5.6
kubernetes==23.3.0 # deployment_manager
locust==1.3.2 # loadtest
loguru==0.6.0
lxml==4.9.1
lxml==5.0.2
marko==1.2.2 # uss_qualifier
numpy==1.24.4
numpy==1.26.4
pem==21.2.0 # deployment_manager
psycopg[binary]==3.1.18 # PostgreSQL/CockroachDB lib
pvlib==0.10.1
pyjwt==2.4.0
pykml==0.2.0
pyopenssl # No specific version target because we always want the latest SSL/TLS support
pyproj==3.4.1 # uss_qualifier
pyproj==3.6.1 # uss_qualifier
pytest==6.2.4
pytest-mock==3.6.1
pyyaml==6.0.1
requests==2.31.0
s2sphere==0.2.5
scipy==1.10.1
scipy==1.13.0
shapely==1.7.1
structlog==21.5.0 # deployment_manager
termcolor==1.1.0
Expand Down
Loading

0 comments on commit cdefea3

Please sign in to comment.