Skip to content

Commit

Permalink
Bump to django v3.2.20
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Jul 20, 2023
1 parent 135af26 commit a538ad7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.19,<4
django >=3.2.20,<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==40.0.1
# via
# -r requirements/azure.in
# azure-storage-blob
django==3.2.19
django==3.2.20
# via
# -r requirements/azure.in
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ deprecated==1.2.13
# onadata
dict2xml==1.7.3
# via onadata
django==3.2.19
django==3.2.20
# via
# django-activity-stream
# django-cors-headers
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dict2xml==1.7.1
# via onadata
dill==0.3.5.1
# via pylint
django==3.2.19
django==3.2.20
# via
# django-cors-headers
# django-csp
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.19,<4
django >=3.2.20,<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.29.103
# via
# boto3
# s3transfer
django==3.2.19
django==3.2.20
# 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.19,<4
django >=3.2.20,<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.29.103
# via
# boto3
# s3transfer
django==3.2.19
django==3.2.20
# via
# -r requirements/ses.in
# django-ses
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tests_require =
mock
requests-mock
install_requires =
Django>=3.2.19,<4
Django>=3.2.20,<4
django-guardian
django-registration-redux
django-templated-email
Expand Down

0 comments on commit a538ad7

Please sign in to comment.