-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: upgrade requirements, test for python 3.12
- Loading branch information
1 parent
e60ccad
commit 061e360
Showing
13 changed files
with
55 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.9 | ||
FROM python:3.12 | ||
|
||
WORKDIR /app | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,68 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --no-emit-index-url | ||
# pip-compile --no-emit-index-url --output-file=requirements.txt pyproject.toml | ||
# | ||
alembic==1.8.1 | ||
# via chartreuse (setup.py) | ||
cachetools==5.2.0 | ||
alembic==1.13.2 | ||
# via chartreuse (pyproject.toml) | ||
cachetools==5.4.0 | ||
# via google-auth | ||
certifi==2024.7.4 | ||
# via | ||
# kubernetes | ||
# requests | ||
charset-normalizer==2.1.1 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
google-auth==2.14.1 | ||
google-auth==2.32.0 | ||
# via kubernetes | ||
greenlet==2.0.1 | ||
# via sqlalchemy | ||
idna==3.7 | ||
# via requests | ||
importlib-metadata==5.0.0 | ||
# via alembic | ||
importlib-resources==5.10.0 | ||
# via alembic | ||
kubernetes==25.3.0 | ||
kubernetes==30.1.0 | ||
# via wiremind-kubernetes | ||
mako==1.2.4 | ||
mako==1.3.5 | ||
# via alembic | ||
markupsafe==2.1.1 | ||
markupsafe==2.1.5 | ||
# via mako | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
psycopg2==2.9.5 | ||
# via chartreuse (setup.py) | ||
pyasn1==0.4.8 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
psycopg2==2.9.9 | ||
# via chartreuse (pyproject.toml) | ||
pyasn1==0.6.0 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.2.8 | ||
pyasn1-modules==0.4.0 | ||
# via google-auth | ||
python-dateutil==2.8.2 | ||
python-dateutil==2.9.0.post0 | ||
# via kubernetes | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via kubernetes | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
requests-oauthlib==2.0.0 | ||
# via kubernetes | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# google-auth | ||
# kubernetes | ||
# python-dateutil | ||
sqlalchemy==1.4.44 | ||
sqlalchemy==2.0.31 | ||
# via alembic | ||
urllib3==1.26.19 | ||
typing-extensions==4.12.2 | ||
# via | ||
# alembic | ||
# sqlalchemy | ||
urllib3==2.2.2 | ||
# via | ||
# kubernetes | ||
# requests | ||
websocket-client==1.4.2 | ||
websocket-client==1.8.0 | ||
# via kubernetes | ||
wiremind-kubernetes==7.0.0 | ||
# via chartreuse (setup.py) | ||
zipp==3.10.0 | ||
# via | ||
# importlib-metadata | ||
# importlib-resources | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools | ||
wiremind-kubernetes==7.4.5 | ||
# via chartreuse (pyproject.toml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters