Skip to content

Commit

Permalink
ci: update dependency python to v3.12.2 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot committed Mar 19, 2024
1 parent 26bd084 commit c8b1527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.0.0
with:
python-version: 3.10.8 # renovate: python
python-version: 3.12.2 # renovate: python

- name: Install Python dependencies
run: pip install -r tests/requirements.txt
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.10.8
FROM python:3.12.2

WORKDIR /tests

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.60.0
grpcio_health_checking==1.60.0
mariadb==1.0.11
mariadb==1.1.10
psycopg2==2.9.9
pytest==7.4.4
requests==2.31.0

0 comments on commit c8b1527

Please sign in to comment.