update dependencies

This commit is contained in:
David Lord 2023-02-23 15:58:21 -08:00
parent c4c7f504be
commit 736b5f9ff8
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile pyproject.toml
# pip-compile --resolver=backtracking pyproject.toml
#
amqp==5.1.1
# via kombu
@ -25,7 +25,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
flask==2.2.2
flask==2.2.3
# via flask-example-celery (pyproject.toml)
itsdangerous==2.1.2
# via flask
@ -37,7 +37,7 @@ markupsafe==2.1.2
# via
# jinja2
# werkzeug
prompt-toolkit==3.0.36
prompt-toolkit==3.0.37
# via click-repl
pytz==2022.7.1
# via celery
@ -52,5 +52,5 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
werkzeug==2.2.2
werkzeug==2.2.3
# via flask