Skip to content

Commit

Permalink
Upgraded gunicorn/mysql-connector-python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-sandhu committed Apr 22, 2024
1 parent f6d16e2 commit 8558d13
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
bleach~=6.0.0

mysql-connector-python >= 8.0.28, <=8.0.29
# mysql-connector-python >= 8.0.28, <=8.0.29
mysql-connector-python==8.0.33

django-mysql>=3.10.0,<3.11.0

Django>=3.2.3,<4.0

djangorestframework>=3.12.2,<3.13.0
djangorestframework>=3.13.0,<3.16.0

django-notifications-hq>=1.8.3, <2.0

flake8>=3.8.4,<3.9.0

gunicorn>=20.0.4,<20.1.0
# gunicorn>=20.0.4,<20.1.0
gunicorn>=22.0.0, <22.1.0

martor>=1.5.8,<1.6.0

Expand All @@ -32,11 +34,12 @@ Pillow>=10.2.0

boto3~=1.16.54

django-ses>=2.0.0 , <2.1.0
# django-ses>=2.0.0 , <2.1.0
django-ses~=3.5.0

openlxp-notification>=1.3.0

openlxp-authentication >=1.1.0, <1.2
openlxp-authentication >=1.1.2, <1.2

django-admin-interface>=0.28.3

Expand Down

0 comments on commit 8558d13

Please sign in to comment.