Skip to content

Commit

Permalink
Merge pull request #304 from NTIA/dependabot/pip/src/django-4.2.17
Browse files Browse the repository at this point in the history
Bump django from 4.2.16 to 4.2.17 in /src
  • Loading branch information
aromanielloNTIA authored Dec 13, 2024
2 parents 19aff8d + 0589d03 commit 2950d35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
types: [file, markdown]
6 changes: 4 additions & 2 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.6.4
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==43.0.1
# via -r requirements.txt
defusedxml==0.7.1
Expand All @@ -73,7 +75,7 @@ defusedxml==0.7.1
# its-preselector
distlib==0.3.7
# via virtualenv
django==4.2.16
django==4.2.17
# 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>=43.0.1
django>=4.2.16, <5.0
django>=4.2.17, <5.0
djangorestframework>=3.15.2, <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 @@ -35,7 +35,7 @@ cryptography==43.0.1
# via -r requirements.in
defusedxml==0.7.1
# via its-preselector
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# django-session-timeout
Expand Down

0 comments on commit 2950d35

Please sign in to comment.