Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed May 16, 2023
1 parent 603f8b9 commit 02ee8e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
celery==5.2.7
click==8.1.3
Flask==2.2.2
Flask==2.3.2
Flask-Cors==3.0.10
flask-redis==0.4.0
flask-shell-ipython==0.4.1
Flask-SQLAlchemy==3.0.3
fluent-logger==0.10.0
ipython==7.34.0
ipython==8.10.0
jwcrypto==1.4.2
lxml==4.9.2
midi2audio==0.1.1
Expand All @@ -16,7 +16,7 @@ pyld==2.0.3
psycopg2-binary==2.9.5
python-dotenv==0.21.1
rdflib==6.2.0
redis==4.5.1
redis==4.5.5
requests==2.28.2
sentry-sdk[flask]==1.16.0
SQLAlchemy==2.0.3
Expand Down
23 changes: 17 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ amqp==5.1.1
# via kombu
appnope==0.1.3
# via ipython
asttokens==2.2.1
# via stack-data
async-timeout==4.0.2
# via redis
backcall==0.2.0
# via ipython
billiard==3.6.4.0
# via celery
blinker==1.5
# via sentry-sdk
blinker==1.6.2
# via
# flask
# sentry-sdk
cachetools==5.3.0
# via pyld
celery==5.2.7
Expand Down Expand Up @@ -51,7 +55,9 @@ decorator==5.1.1
# via ipython
deprecated==1.2.13
# via jwcrypto
flask==2.2.2
executing==1.2.0
# via stack-data
flask==2.3.2
# via
# -r requirements.in
# flask-cors
Expand All @@ -77,7 +83,7 @@ idna==3.4
# via requests
importlib-metadata==6.0.0
# via flask
ipython==7.34.0
ipython==8.10.0
# via
# -r requirements.in
# flask-shell-ipython
Expand Down Expand Up @@ -125,6 +131,8 @@ psycopg2-binary==2.9.5
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycparser==2.21
# via cffi
pydub==0.25.1
Expand All @@ -143,7 +151,7 @@ pytz==2022.7.1
# via celery
rdflib==6.2.0
# via -r requirements.in
redis==4.5.1
redis==4.5.5
# via
# -r requirements.in
# flask-redis
Expand All @@ -156,6 +164,7 @@ sentry-sdk[flask]==1.16.0
# via -r requirements.in
six==1.16.0
# via
# asttokens
# click-repl
# flask-cors
# isodate
Expand All @@ -164,6 +173,8 @@ sqlalchemy==2.0.3
# via
# -r requirements.in
# flask-sqlalchemy
stack-data==0.6.2
# via ipython
traitlets==5.9.0
# via
# ipython
Expand All @@ -187,7 +198,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
werkzeug==2.2.3
werkzeug==2.3.4
# via flask
wrapt==1.14.1
# via deprecated
Expand Down

0 comments on commit 02ee8e8

Please sign in to comment.