Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
injector
pytz==2021.1
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
2 changes: 1 addition & 1 deletion auctioning_platform/customer_relationship/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
injector
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
2 changes: 1 addition & 1 deletion auctioning_platform/db_infrastructure/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest-sqlalchemy==0.2.1
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
psycopg2-binary==2.8.6
2 changes: 1 addition & 1 deletion auctioning_platform/main/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rq==1.5.2
redis==3.5.3
injector
python-dotenv>=0.10.3
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
2 changes: 1 addition & 1 deletion auctioning_platform/payments/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
injector
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
stripe==2.56.0
requests==2.22.0
2 changes: 1 addition & 1 deletion auctioning_platform/processes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
typing-extensions==3.7.4.3
injector
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
2 changes: 1 addition & 1 deletion auctioning_platform/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rq==1.5.2 # via -r ./main/requirements.txt
six==1.15.0 # via bcrypt, packaging, python-dateutil, sqlalchemy-utils
speaklater==1.3 # via flask-babelex
sqlalchemy-utils==0.36.8 # via pytest-sqlalchemy
sqlalchemy==1.3.19 # via -r ./auctions_infrastructure/requirements.txt, -r ./customer_relationship/requirements.txt, -r ./db_infrastructure/requirements.txt, -r ./main/requirements.txt, -r ./payments/requirements.txt, -r ./processes/requirements.txt, -r ./shipping_infrastructure/requirements.txt, -r ./web_app/requirements.txt, -r ./web_app_models/requirements.txt, pytest-sqlalchemy, sqlalchemy-utils
sqlalchemy==1.4.19 # via -r ./auctions_infrastructure/requirements.txt, -r ./customer_relationship/requirements.txt, -r ./db_infrastructure/requirements.txt, -r ./main/requirements.txt, -r ./payments/requirements.txt, -r ./processes/requirements.txt, -r ./shipping_infrastructure/requirements.txt, -r ./web_app/requirements.txt, -r ./web_app_models/requirements.txt, pytest-sqlalchemy, sqlalchemy-utils
stripe==2.56.0 # via -r ./payments/requirements.txt
text-unidecode==1.3 # via faker
toml==0.10.2 # via pytest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
injector
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
Faker==6.6.2
2 changes: 1 addition & 1 deletion auctioning_platform/web_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ bcrypt==3.1.7
marshmallow==3.10.0
marshmallow-dataclass==8.1.0
Flask-Login==0.5.0
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19
2 changes: 1 addition & 1 deletion auctioning_platform/web_app_models/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask-Security==3.0.0
SQLAlchemy==1.3.19
SQLAlchemy==1.4.19