Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the python-dependencies group with 9 updates #1477

Merged
merged 1 commit into from
Dec 23, 2024
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
100 changes: 49 additions & 51 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.13,<3.14"
Django = "5.1.3"
Django = "5.1.4"
django-auditlog = "3.0.0"
django-cors-headers = "4.6.0"
django-environment-config = { version = "0.2.2", extras = ["db"] }
Expand All @@ -27,12 +27,12 @@ easy-thumbnails = "2.10"
graphene-django = "3.2.2"
graphene-django-extensions = "0.4.9"
helsinki-profile-gdpr-api = "0.2.0"
icalendar = "6.0.1"
icalendar = "6.1.0"
mjml-python = "1.3.4"
psycopg2 = "2.9.10"
python-dateutil = "2.9.0.post0"
redis = { version = "5.2.0", extras = ["hiredis"] }
sentry-sdk = "2.18.0"
redis = { version = "5.2.1", extras = ["hiredis"] }
sentry-sdk = "2.19.2"
social-auth-app-django = "5.4.2"
# Skip installation on Windows as uWSGI does not support it without Cygwin.
uWSGI = { version = "2.0.28", markers = "sys_platform != 'win32'" }
Expand All @@ -41,12 +41,12 @@ xhtml2pdf = "0.2.16"

[tool.poetry.group.admin.dependencies]
# Dependencies related to the admin panel or other "administrative" tasks.
django-admin-data-views = "0.4.2"
django-admin-data-views = "0.4.3"
django-admin-extra-buttons = "1.6.0"
django-admin-rangefilter = "0.13.2"
django-admin-sortable2 = "2.2.4"
django-extensions = "3.2.3"
django-import-export = "4.2.1"
django-import-export = "4.3.3"
django-more-admin-filters = "1.9"
django-subforms = "0.3.1"
django-tinymce = "4.1.0"
Expand All @@ -62,21 +62,21 @@ django-celery-results = "2.5.1"
django-debug-toolbar = "4.4.5" # Can't be updated past 4.4.5 until django-graphiql-debug-toolbar is updated
django-graphiql-debug-toolbar = "0.2.0"
factory-boy = "3.3.1"
faker = "33.0.0"
faker = "33.1.0"
freezegun = "1.5.1"
html2text = "2024.2.26"
polib = "1.2.0"
pyinstrument = "5.0.0"
pypdf2 = "3.0.1"
pytest = "8.3.3"
pytest = "8.3.4"
pytest-cov = "6.0.0"
pytest-django = "4.9.0"
pytest-xdist = "3.6.1"

[tool.poetry.group.lint.dependencies]
# Dependencies only required for linting.
pre-commit = "4.0.1"
ruff = "0.8.0"
ruff = "0.8.4"
ruff-lsp = "0.0.59"

[tool.poetry.plugins.pytest11]
Expand Down
Loading