Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
exclude-paths:
- "uv.lock"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies = [
"cryptography>=46.0.7",
# Security pin: fixes urllib3 vulnerabilities present in versions <2.7.0.
"urllib3==2.7.0",
# Security pin: django-auth-adfs -> requests -> idna.
"idna>=3.15",
]
readme = "README.md"
requires-python = ">= 3.13"
Expand Down
6 changes: 4 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ django-tracking2==0.5.1
# via variome (pyproject.toml)
djangorestframework==3.15.2
# via variome (pyproject.toml)
idna==3.10
# via requests
idna==3.15
# via
# variome (pyproject.toml)
# requests
natsort==8.4.0
# via variome (pyproject.toml)
psycopg==3.3.4
Expand Down