update dependencies

This commit is contained in:
David Lord 2023-05-02 07:17:52 -07:00
parent 0afeb1d11c
commit ca12e8ebb7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --resolver=backtracking pyproject.toml
@ -10,6 +10,8 @@ async-timeout==4.0.2
# via redis
billiard==3.6.4.0
# via celery
blinker==1.6.2
# via flask
celery[redis]==5.2.7
# via flask-example-celery (pyproject.toml)
click==8.1.3
@ -25,7 +27,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
flask==2.2.3
flask==2.3.2
# via flask-example-celery (pyproject.toml)
itsdangerous==2.1.2
# via flask
@ -37,11 +39,11 @@ markupsafe==2.1.2
# via
# jinja2
# werkzeug
prompt-toolkit==3.0.37
prompt-toolkit==3.0.38
# via click-repl
pytz==2022.7.1
pytz==2023.3
# via celery
redis==4.5.1
redis==4.5.4
# via celery
six==1.16.0
# via click-repl
@ -52,5 +54,5 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
werkzeug==2.2.3
werkzeug==2.3.3
# via flask