forked from orbit-oss/flask
update dependencies
This commit is contained in:
parent
0afeb1d11c
commit
ca12e8ebb7
4 changed files with 15 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue