Skip to content

Commit

Permalink
Merge pull request #492 from mtyaka/mtyaka/patch-django
Browse files Browse the repository at this point in the history
chore: upgrade Django to 3.2.19
  • Loading branch information
mtyaka committed May 22, 2023
2 parents 79ca899 + e4cd368 commit c9886a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dill==0.3.5.1
# via
# -r requirements/validation.txt
# pylint
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/validation.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dill==0.3.5.1
# via
# -r requirements/test.txt
# pylint
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ defusedxml==0.7.1
# social-auth-core
dill==0.3.5.1
# via pylint
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ defusedxml==0.7.1
# social-auth-core
dill==0.3.5.1
# via pylint
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dill==0.3.5.1
# -r requirements/quality.txt
# -r requirements/test.txt
# pylint
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down

0 comments on commit c9886a2

Please sign in to comment.