Skip to content

Commit

Permalink
Bump django from 3.2.23 to 3.2.24 in /src (#270)
Browse files Browse the repository at this point in the history
* Bump django from 3.2.23 to 3.2.24 in /src

Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24.
- [Commits](django/django@3.2.23...3.2.24)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Require django>=3.2.24

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Feb 26, 2024
1 parent a3e8c75 commit 7c23a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defusedxml==0.7.1
# its-preselector
distlib==0.3.7
# via virtualenv
django==3.2.23
django==3.2.24
# via
# -r requirements.txt
# django-session-timeout
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography>=42.0.4
django>=3.2.23, <4.0
django>=3.2.24, <4.0
djangorestframework>=3.0, <4.0
django-session-timeout>=0.1, <1.0
drf-yasg>=1.0, <2.0
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cryptography==42.0.4
# via -r requirements.in
defusedxml==0.7.1
# via its-preselector
django==3.2.23
django==3.2.24
# via
# -r requirements.in
# django-session-timeout
Expand Down

0 comments on commit 7c23a7c

Please sign in to comment.