Skip to content

Commit

Permalink
Bump django from 5.0.8 to 5.0.9 in /rocky (#3653)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ammar <[email protected]>
  • Loading branch information
dependabot[bot] and ammar92 authored Oct 9, 2024
1 parent 9aab666 commit 1894cd9
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 @@ -8,7 +8,7 @@ license = "EUPL"
[tool.poetry.dependencies]
python = "^3.10"
beautifulsoup4 = "^4.11.2"
Django = "^5.0.6"
Django = "^5.0.9"
django-two-factor-auth = "^1.14.0"
django-environ = "^0.11.2"
jsonschema = "^4.17.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 @@ -293,9 +293,9 @@ django-two-factor-auth==1.16.0 ; python_version >= "3.10" and python_version < "
django-weasyprint==2.3.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2f849e15bfd6c1b2a58512097b9042eddf3533651d37d2e096cd6f7d8be6442b \
--hash=sha256:807cb3b16332123d97c8bbe2ac9c70286103fe353235351803ffd33b67284735
django==5.0.8 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \
--hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b
django==5.0.9 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39 \
--hash=sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa
djangorestframework==3.15.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \
--hash=sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad
Expand Down
6 changes: 3 additions & 3 deletions rocky/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ django-two-factor-auth==1.16.0 ; python_version >= "3.10" and python_version < "
django-weasyprint==2.3.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2f849e15bfd6c1b2a58512097b9042eddf3533651d37d2e096cd6f7d8be6442b \
--hash=sha256:807cb3b16332123d97c8bbe2ac9c70286103fe353235351803ffd33b67284735
django==5.0.8 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \
--hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b
django==5.0.9 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39 \
--hash=sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa
djangorestframework==3.15.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \
--hash=sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad
Expand Down

0 comments on commit 1894cd9

Please sign in to comment.