Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiyoshiroya committed Oct 10, 2023
1 parent d5056da commit e5792b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python base image
FROM python:3.8
FROM python:3.10

WORKDIR /app

Expand Down
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ async-timeout==4.0.2
attrs==20.2.0
Authomatic==1.0.0
autopep8==1.6.0
black==20.8b1
certifi==2020.6.20
black==23.9.1
certifi==2023.7.22
cffi==1.14.3
chardet==3.0.4
charset-normalizer==3.1.0
click==7.1.2
click==8.0.0
conllup==3.1.1
cryptography==2.9.2
cryptography==36.0.2
et-xmlfile==1.0.1
Flask==1.1.2
flask-accepts==0.17.4
Expand All @@ -32,21 +32,21 @@ importlib-metadata==6.6.0
iniconfig==1.1.1
itsdangerous==1.1.0
jdcal==1.4.1
Jinja2==2.11.2
Jinja2==2.11.3
json-excel-converter==1.3.0
jsonschema==3.2.0
jwt==1.0.0
jwt==1.3.1
Mako==1.1.3
MarkupSafe==1.1.1
marshmallow==3.8.0
multidict==6.0.4
mypy==0.790
mypy-extensions==0.4.3
numpy==1.19.2
mypy==1.5.1
mypy-extensions==1.0.0
numpy==1.22.4
openpyxl==3.0.5
packaging==20.4
pandas==1.1.3
pathspec==0.8.0
packaging==22.0
pandas==2.1.1
pathspec==0.9.0
pluggy==0.13.1
py==1.9.0
pycodestyle==2.8.0
Expand All @@ -55,20 +55,20 @@ pyOpenSSL==19.1.0
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.1.1
python-dateutil==2.8.1
python-dateutil==2.8.2
python-dotenv==0.14.0
python-editor==1.0.4
pytz==2020.1
regex==2020.10.15
requests==2.24.0
requests==2.31.0
six==1.15.0
SQLAlchemy==1.3.20
SQLAlchemy-Utils==0.36.8
toml==0.10.1
typed-ast==1.4.1
typing-extensions==3.7.4.3
urllib3==1.25.10
uWSGI==2.0.19.1
typed-ast==1.5.5
typing-extensions==4.1.0
urllib3==1.26.17
uWSGI==2.0.22
Werkzeug==1.0.1
XlsxWriter==1.3.7
yarl==1.9.2
Expand Down

0 comments on commit e5792b1

Please sign in to comment.