Skip to content

Commit

Permalink
Renovate/python 3.x (#2300)
Browse files Browse the repository at this point in the history
* fix(deps): update python to v3.12.6

* updated python version for CI

* updated dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
umar8hassan and renovate[bot] committed Sep 18, 2024
1 parent 7fce6ae commit 655e287
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.12.5"
python-version: "3.12.6"
cache: "poetry"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5
FROM python:3.12.6
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"

# Add package files, install updated node and pip
Expand Down
Loading

0 comments on commit 655e287

Please sign in to comment.