Skip to content

Commit

Permalink
⬆️ Bump django from 3.1.14 to 4.2.17
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 3.1.14 to 4.2.17.
- [Commits](django/django@3.1.14...4.2.17)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent a1d3e14 commit 3eb0059
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black
Django<3.2
Django<4.3
dj-static
flake8
gunicorn
Expand Down
16 changes: 11 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.5.2
asgiref==3.8.1
# via django
attrs==22.1.0
# via pytest
backports-zoneinfo==0.2.1
# via django
black==22.10.0
# via -r requirements.in
click==8.1.3
# via black
dj-static==0.0.6
# via -r requirements.in
django==3.1.14
django==4.2.17
# via -r requirements.in
flake8==5.0.4
# via -r requirements.in
Expand Down Expand Up @@ -50,16 +52,20 @@ pytest==7.1.3
# via pytest-django
pytest-django==4.5.2
# via -r requirements.in
pytz==2022.4
# via django
sqlparse==0.4.4
# via django
static==1.1.1
# via -r requirements.in
static3==0.7.0
# via dj-static
tomli==2.0.1
# via pytest
# via
# black
# pytest
typing-extensions==4.12.2
# via
# asgiref
# black

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 3eb0059

Please sign in to comment.