Merge pull request #865 from ae-utbm/deps

Update Deps
This commit is contained in:
thomas girod 2024-10-09 15:54:09 +02:00 committed by GitHub
commit 76cc730d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 583 additions and 557 deletions

View File

@ -1,7 +1,7 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.5.7 rev: v0.6.9
hooks: hooks:
- id: ruff # just check the code, and print the errors - id: ruff # just check the code, and print the errors
- id: ruff # actually fix the fixable errors, but print nothing - id: ruff # actually fix the fixable errors, but print nothing

1116
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -38,9 +38,9 @@ libsass = "^0.23"
django-ordered-model = "^3.7" django-ordered-model = "^3.7"
django-simple-captcha = "^0.6.0" django-simple-captcha = "^0.6.0"
python-dateutil = "^2.8.2" python-dateutil = "^2.8.2"
sentry-sdk = "^2.12.0" sentry-sdk = "^2.16.0"
Jinja2 = "^3.1" Jinja2 = "^3.1"
django-countries = "^7.5.1" django-countries = "^7.6.1"
dict2xml = "^1.7.3" dict2xml = "^1.7.3"
Sphinx = "^5" # Needed for building xapian Sphinx = "^5" # Needed for building xapian
tomli = "^2.0.1" tomli = "^2.0.1"
@ -66,9 +66,9 @@ optional = true
django-debug-toolbar = "^4.4.6" django-debug-toolbar = "^4.4.6"
ipython = "^8.26.0" ipython = "^8.26.0"
pre-commit = "^3.8.0" pre-commit = "^3.8.0"
ruff = "^0.5.7" # Version used in pipeline is controlled by pre-commit hooks in .pre-commit.config.yaml ruff = "^0.6.9" # Version used in pipeline is controlled by pre-commit hooks in .pre-commit.config.yaml
djhtml = "^3.0.6" djhtml = "^3.0.6"
faker = "^26.1.0" faker = "^30.3.0"
rjsmin = "^1.2.2" rjsmin = "^1.2.2"
[tool.poetry.group.tests.dependencies] [tool.poetry.group.tests.dependencies]
@ -76,16 +76,16 @@ rjsmin = "^1.2.2"
freezegun = "^1.5.1" # used to test time-dependent code freezegun = "^1.5.1" # used to test time-dependent code
pytest = "^8.3.2" pytest = "^8.3.2"
pytest-cov = "^5.0.0" pytest-cov = "^5.0.0"
pytest-django = "^4.8.0" pytest-django = "^4.9.0"
model-bakery = "^1.18.2" model-bakery = "^1.19.5"
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
# deps used to work on the documentation # deps used to work on the documentation
mkdocs = "^1.6.0" mkdocs = "^1.6.1"
mkdocs-material = "^9.5.28" mkdocs-material = "^9.5.39"
mkdocstrings = "^0.25.1" mkdocstrings = "^0.26.1"
mkdocstrings-python = "^1.10.5" mkdocstrings-python = "^1.11.1"
mkdocs-include-markdown-plugin = "^6.2.1" mkdocs-include-markdown-plugin = "^6.2.2"
[tool.poetry.group.docs] [tool.poetry.group.docs]
optional = true optional = true