Skip to content

Commit

Permalink
chore: updating requirements packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 11, 2024
1 parent 5f73898 commit 5390073
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 371 deletions.
2 changes: 1 addition & 1 deletion src/base_requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip==24.0
pip==24.2
8 changes: 4 additions & 4 deletions src/base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes base_requirements.in
#

# The following packages are considered to be unsafe in a requirements file:
pip==24.0 \
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
pip==24.2 \
--hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \
--hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8
# via -r base_requirements.in
24 changes: 12 additions & 12 deletions src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
flask==3.0.3
Flask-Cors==4.0.1
Pillow==10.3.0
elasticsearch==8.11.1
Flask-Cors==5.0.0
Pillow==10.4.0
elasticsearch==8.15.1
wget==3.2
pika==1.3.2
python-dotenv==1.0.0
python-dotenv==1.0.1
click==8.1.7
pytest==7.4.4
PyYAML==6.0.1
pytest==8.3.3
PyYAML==6.0.2
dacite==1.8.1
memray==1.12.0 # dev
pyinstrument==4.6.2
numpy==1.26.4
memray==1.14.0 # dev
pyinstrument==4.7.3
numpy==2.1.1
requests==2.32.2
locust==2.27.0
nose2==0.14.1
locust==2.31.5
nose2==0.15.1
psycopg2-binary==2.9.9
boto3==1.34.64
boto3==1.35.16
pydub==0.25.1
Loading

0 comments on commit 5390073

Please sign in to comment.