Skip to content

Commit

Permalink
upgrade Django for all requirements files (#2512)
Browse files Browse the repository at this point in the history
the previous upgrade had only targeted dev.pip and base.pip and omitted the other requirements file
  • Loading branch information
kelvin-muchiri authored Nov 22, 2023
1 parent 6a87c3b commit 1bff4a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/azure.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-storages[azure]
cryptography>=39.0.1
django >=3.2.20,<4
django >=3.2.23,<4
2 changes: 1 addition & 1 deletion requirements/azure.pip
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cryptography==41.0.3
# via
# -r requirements/azure.in
# azure-storage-blob
django==3.2.20
django==3.2.23
# via
# -r requirements/azure.in
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/s3.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-storages
django >=3.2.20,<4
django >=3.2.23,<4
boto3
2 changes: 1 addition & 1 deletion requirements/s3.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ botocore==1.31.22
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.23
# via
# -r requirements/s3.in
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/ses.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto
django >=3.2.20,<4
django >=3.2.23,<4
django-ses
2 changes: 1 addition & 1 deletion requirements/ses.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ botocore==1.31.22
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.23
# via
# -r requirements/ses.in
# django-ses
Expand Down

0 comments on commit 1bff4a7

Please sign in to comment.