Skip to content

Commit

Permalink
Update django (1.14) (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkers authored Mar 4, 2024
1 parent 99f6b84 commit 470cbd4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions rocky/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rocky/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ beautifulsoup4 = "^4.11.2"
certifi = "^2023.7.22"
chardet = "^5.1.0"
cwe = "^1.6"
Django = "^4.2.7"
Django = "^4.2.11"
django-formtools = "^2.4.1"
django-otp = "^1.1.3"
django-phonenumber-field = "^6.1.0"
Expand Down
6 changes: 3 additions & 3 deletions rocky/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ django-two-factor-auth==1.15.4 ; python_version >= "3.8" and python_version < "4
django-weasyprint==2.2.2 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:605eba0dd3246c0410a60fdaa581139330ad6c637fc273e1bfe90a7a09f53728 \
--hash=sha256:7f554bcc428293aeadc175ab5607b4f3bf30c0e5da3d4aa34453b3d96e0ffd3a
django==4.2.10 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1 \
--hash=sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13
django==4.2.11 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4 \
--hash=sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3
djangorestframework==3.14.0 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8 \
--hash=sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08
Expand Down
6 changes: 3 additions & 3 deletions rocky/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ django-two-factor-auth==1.15.4 ; python_version >= "3.8" and python_version < "4
django-weasyprint==2.2.2 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:605eba0dd3246c0410a60fdaa581139330ad6c637fc273e1bfe90a7a09f53728 \
--hash=sha256:7f554bcc428293aeadc175ab5607b4f3bf30c0e5da3d4aa34453b3d96e0ffd3a
django==4.2.10 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1 \
--hash=sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13
django==4.2.11 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4 \
--hash=sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3
djangorestframework==3.14.0 ; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8 \
--hash=sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08
Expand Down

0 comments on commit 470cbd4

Please sign in to comment.