Skip to content
Merged
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ dev: virtualenv
uv sync --frozen --extra dev

outdated:
@echo "-> Audit the project's dependencies for known vulnerabilities"
uv audit
@echo "-> Check for outdated packages (with 7 days cooldown)"
uv pip list --outdated \
--no-config \
--index-url https://pypi.org/simple \
--exclude-newer "7 days"
@echo "-> Audit the project's dependencies for known vulnerabilities"
uv audit

upgrade:
@if [ -z "$(PACKAGE)" ]; then \
Expand Down
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ classifiers = [
]
dependencies = [
# Base configuration tools
"setuptools==82.0.0",
"setuptools==82.0.1",
"wheel==0.47.0",
"packaging==26.2",
"pip==26.1",
"pip==26.1.2",
# Django
"Django==6.0.4",
"django==6.0.5",
"asgiref==3.11.1",
"typing_extensions==4.15.0",
"sqlparse==0.5.5",
Expand Down Expand Up @@ -75,24 +75,24 @@ dependencies = [
# Testing
"model_bakery==1.23.3",
# Task queue
"rq==2.8.0",
"rq==2.9.0",
"croniter==6.2.2",
"django-rq==3.2.2",
"fakeredis==2.35.1",
# Libs
"certifi==2026.4.22",
"urllib3==2.6.3",
"certifi==2026.5.20",
"urllib3==2.7.0",
"python-dateutil==2.9.0.post0",
"python-mimeparse==2.0.0",
"PyJWT==2.12.1",
"pyjwt==2.13.0",
"natsort==8.4.0",
"six==1.17.0",
"requests==2.33.0",
"idna==3.11",
"requests==2.34.2",
"idna==3.18",
"charset-normalizer==3.4.7",
"PyYAML==6.0.3",
"cython==3.2.4",
"zipp==3.23.0",
"zipp==4.1.0",
"XlsxWriter==3.2.9",
# Markdown
"markdown==3.10.2",
Expand Down Expand Up @@ -130,7 +130,7 @@ dependencies = [
# PackageURL
"packageurl-python==0.17.6",
# Gunicorn
"gunicorn==25.3.0",
"gunicorn==26.0.0",
# SPDX validation
"jsonschema==4.26.0",
"jsonschema-specifications==2025.9.1",
Expand All @@ -142,7 +142,7 @@ dependencies = [
"sortedcontainers==2.4.0",
"py-serializable==2.1.0",
# Git
"gitpython==3.1.49",
"gitpython==3.1.50",
"gitdb==4.0.12",
"smmap==5.0.3",
# CSAF
Expand Down
Binary file not shown.
Binary file added thirdparty/dist/django-6.0.5-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file added thirdparty/dist/gunicorn-26.0.0-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/idna-3.18-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/pip-26.1.2-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/pyjwt-2.13.0-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/redis-8.0.0-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/requests-2.34.2-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/rq-2.9.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added thirdparty/dist/urllib3-2.7.0-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/zipp-4.1.0-py3-none-any.whl
Binary file not shown.
74 changes: 37 additions & 37 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading