Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb committed Oct 5, 2021
1 parent 387d93d commit 32deb5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6-alpine3.14
FROM python:3.9.7-alpine3.14
ADD ./api /app
WORKDIR /app
ADD requirements.txt /
Expand Down
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ aniso8601==9.0.1
# via flask-restful
certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
charset-normalizer==2.0.6
# via requests
click==8.0.1
# via flask
flask-httpauth==4.4.0
# via -r requirements.in
flask-restful==0.3.9
# via -r requirements.in
flask==2.0.1
flask==2.0.2
# via
# flask-httpauth
# flask-restful
Expand All @@ -26,36 +26,35 @@ idna==3.2
# via requests
itsdangerous==2.0.1
# via flask
jinja2==3.0.1
jinja2==3.0.2
# via flask
markupsafe==2.0.1
# via jinja2
marshmallow==3.12.2
marshmallow==3.13.0
# via webargs
py3rijndael==0.3.3
# via pye3dc
git+https://github.com/fsantini/python-e3dc@82146c4b4a21a117f9d7928e64e95a8b5f7632f4
# via -r requirements.in
python-dateutil==2.8.2
# via pye3dc
pytz==2021.1
pytz==2021.3
# via
# flask-restful
# pye3dc
# tzlocal
requests==2.26.0
# via pye3dc
six==1.16.0
# via
# flask-restful
# python-dateutil
tzlocal==2.1
tzlocal==3.0
# via pye3dc
urllib3==1.26.6
urllib3==1.26.7
# via requests
webargs==8.0.0
webargs==8.0.1
# via -r requirements.in
websocket-client==1.1.0
websocket-client==1.2.1
# via pye3dc
werkzeug==2.0.1
# via flask
Expand Down

0 comments on commit 32deb5f

Please sign in to comment.