Skip to content

Commit

Permalink
[requirements] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Oct 28, 2024
1 parent 122ed91 commit 8a404c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ install_requires =
Jinja2==3.1.4
ldap3==2.9.1
matterhook==0.2
meilisearch==0.31.5
meilisearch==0.31.6
numpy==2.0.1; python_version == '3.9'
numpy==2.1.2; python_version >= '3.10'
opencv-python==4.10.0.84
OpenTimelineIO==0.17.0
OpenTimelineIO-Plugins==0.17.0
orjson==3.10.9
orjson==3.10.10
pillow==11.0.0
psutil==6.1.0
psycopg[binary]==3.2.3
Expand All @@ -70,14 +70,14 @@ install_requires =
python-slugify==8.0.4
python-socketio==5.11.4
pytz==2024.2
redis==5.1.1
redis==5.2.0
requests==2.32.3
rq==1.16.2
rq==2.0.0
slackclient==2.9.4
sqlalchemy_utils==0.41.2
sqlalchemy==2.0.36
ua-parser==0.18.0
werkzeug==3.0.4
werkzeug==3.0.6

[options.package_data]
* = app/file_trees/*.json,migrations/*,migrations/versions/*.py
Expand All @@ -95,7 +95,7 @@ dev =
wheel

test =
fakeredis==2.25.1
fakeredis==2.26.1
mixer==7.2.2
pytest-cov==5.0.0
pytest==8.3.3
Expand Down

0 comments on commit 8a404c0

Please sign in to comment.