Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update requirements.in and compile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <aromaniello@ntia.gov>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Mar 22, 2024
1 parent 82aabc2 commit 9601650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.24
django==3.2.25
# via
# -r requirements.txt
# django-session-timeout
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography>=42.0.4
django>=3.2.24, <4.0
django>=3.2.25, <4.0
djangorestframework>=3.0, <4.0
django-session-timeout>=0.1, <1.0
drf-yasg>=1.0, <2.0
Expand All @@ -18,4 +18,4 @@ scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@5.0.0
# This is done to ensure the inclusion of specific security patches.
pyyaml>=5.4.0 # CVE-2020-14343
grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
urllib3>=1.26.18 # CVE-2023-45803
urllib3>=1.26.18 # CVE-2023-45803
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.24
django==3.2.25
# via
# -r requirements.in
# django-session-timeout
Expand Down

0 comments on commit 9601650

Please sign in to comment.