diff options
author | 2024-09-14 09:37:43 +0000 | |
---|---|---|
committer | 2024-09-14 09:37:43 +0000 | |
commit | 4bff7ae99369aa7b764486ba3c72e29426f439c1 (patch) | |
tree | 37616e60b522a3aee00774523e29f590f76d23e0 /pyproject.toml | |
parent | fix(deps): update dependency pydantic-settings to v2.5.2 (diff) |
chore(deps): update dependency ruff to v0.6.5
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| pypi | ruff | 0.6.4 | 0.6.5 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6df6ebe..b34b3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-keycloak = "^4.3.0" [tool.poetry.dev-dependencies] pre-commit = "3.8.0" -ruff = "0.6.4" +ruff = "0.6.5" taskipy = "1.13.0" [tool.poetry.group.ldap] |