From e9bb3fe5c36c9c2531473897206a2a0fe1a1dc02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:03:31 +0000 Subject: [PATCH 1/3] Bump django from 4.2.16 to 4.2.17 in /src Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements-dev.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 12add771..d039d515 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -73,7 +73,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 diff --git a/src/requirements.txt b/src/requirements.txt index 80b9740f..bbf5439e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -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 From 6c4b99071d36d255af156941aff70af1e0f91395 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 13 Dec 2024 11:43:53 -0700 Subject: [PATCH 2/3] Require django>=4.2.17 and re-compile lockfile --- src/requirements-dev.txt | 4 +++- src/requirements.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index d039d515..096d872d 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -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 diff --git a/src/requirements.in b/src/requirements.in index e4a4f7db..635e8f5c 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -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 From 0589d03895020881ed5d37164b638fba58a4322f Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 13 Dec 2024 11:44:51 -0700 Subject: [PATCH 3/3] Update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5aeec30..2a644504 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]