Skip to content

Commit

Permalink
Reverting Python back to 3.12 (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
phildominguez-gsa authored Oct 16, 2024
1 parent a665f7c commit be611dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# FOUNDATION
###############################

FROM python:3.13-slim AS foundation
FROM python:3.12-slim AS foundation

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
6 changes: 3 additions & 3 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ editorconfig==0.12.4 \
# via
# cssbeautifier
# jsbeautifier
faker==30.4.0 \
--hash=sha256:6fd328db7195e70cdee479ee687fef6623c9b57b8023c582adbe88a01dc54297 \
--hash=sha256:b6c2d61861dcf1084b8e10959418fe3380a1a3dcd2796a73d43f738a42aabb4c
faker==30.5.0 \
--hash=sha256:30b7a2c6dbb13eb3c7c99f99df92516047e97540fec5d3d031d1fd9ea4bc587c \
--hash=sha256:98016e0b181d0510ebdcbd5b80d72ca19b34202954dd58a8cf2fb8e4df6f71de
# via
# -c ./requirements/../requirements.txt
# -r ./requirements/dev-requirements.in
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ et-xmlfile==1.1.0 \
--hash=sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c \
--hash=sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada
# via openpyxl
faker==30.4.0 \
--hash=sha256:6fd328db7195e70cdee479ee687fef6623c9b57b8023c582adbe88a01dc54297 \
--hash=sha256:b6c2d61861dcf1084b8e10959418fe3380a1a3dcd2796a73d43f738a42aabb4c
faker==30.5.0 \
--hash=sha256:30b7a2c6dbb13eb3c7c99f99df92516047e97540fec5d3d031d1fd9ea4bc587c \
--hash=sha256:98016e0b181d0510ebdcbd5b80d72ca19b34202954dd58a8cf2fb8e4df6f71de
# via -r ./requirements/requirements.in
fs==2.4.16 \
--hash=sha256:660064febbccda264ae0b6bace80a8d1be9e089e0a5eb2427b7d517f9a91545c \
Expand Down
2 changes: 1 addition & 1 deletion backend/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.13.x
python-3.12.x

0 comments on commit be611dc

Please sign in to comment.