Skip to content

Commit

Permalink
update python runtime in heroku due to a security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 31, 2024
1 parent f87a23f commit 5278c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request: {}

env:
PYTHON_VERSION: 3.12.3
PYTHON_VERSION: 3.12.7
PYTHONUNBUFFERED: 1
APP_URL: https://4geeks.com

Expand All @@ -20,7 +20,6 @@ env:
# |> naming-conventions |> linter
# |> unexpected-behaviors |> pages


jobs:
cache:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -142,7 +141,6 @@ jobs:
id: calculate-md5-2
run: pipenv run pip freeze -r requirements2.txt > requirements2.txt


- name: Check Pipfile.lock is up-to-date
run: diff requirements.txt requirements2.txt

Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV PGHOSTADDR="127.0.0.1"
ENV PGDATABASE="postgres"
COPY --chown=gitpod:gitpod postgresql-hook.bash $HOME/.bashrc.d/200-postgresql-launch

# RUN pyenv install 3.12.3 && pyenv global 3.12.3
# RUN pyenv install 3.12.7 && pyenv global 3.12.7
# RUN pip install pipenv

USER gitpod
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.12.3
python-3.12.7

0 comments on commit 5278c58

Please sign in to comment.