Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 619934c7 authored by Dorian Turba's avatar Dorian Turba
Browse files

upgrade dep and pre-commit

parent 157bcc9a
No related branches found
No related tags found
No related merge requests found
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1 rev: v0.4.2
hooks: hooks:
- id: ruff - id: ruff
...@@ -6,9 +6,11 @@ ...@@ -6,9 +6,11 @@
# #
annotated-types==0.6.0 annotated-types==0.6.0
# via pydantic # via pydantic
bracex==2.4
# via wcmatch
build==1.2.1 build==1.2.1
# via pip-tools # via pip-tools
bump-my-version==0.20.3 bump-my-version==0.21.0
# via release_by_changelog (pyproject.toml) # via release_by_changelog (pyproject.toml)
certifi==2024.2.2 certifi==2024.2.2
# via requests # via requests
...@@ -42,7 +44,7 @@ pydantic-settings==2.2.1 ...@@ -42,7 +44,7 @@ pydantic-settings==2.2.1
# via bump-my-version # via bump-my-version
pygments==2.17.2 pygments==2.17.2
# via rich # via rich
pyproject-hooks==1.0.0 pyproject-hooks==1.1.0
# via # via
# build # build
# pip-tools # pip-tools
...@@ -63,7 +65,7 @@ rich==13.7.1 ...@@ -63,7 +65,7 @@ rich==13.7.1
# bump-my-version # bump-my-version
# rich-click # rich-click
# typer # typer
rich-click==1.7.4 rich-click==1.8.0
# via bump-my-version # via bump-my-version
shellingham==1.5.4 shellingham==1.5.4
# via typer # via typer
...@@ -79,6 +81,8 @@ typing-extensions==4.11.0 ...@@ -79,6 +81,8 @@ typing-extensions==4.11.0
# typer # typer
urllib3==2.2.1 urllib3==2.2.1
# via requests # via requests
wcmatch==8.5.1
# via bump-my-version
wcwidth==0.2.13 wcwidth==0.2.13
# via prompt-toolkit # via prompt-toolkit
wheel==0.43.0 wheel==0.43.0
......
...@@ -14,7 +14,7 @@ click==8.1.7 ...@@ -14,7 +14,7 @@ click==8.1.7
# via typer # via typer
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
filelock==3.13.4 filelock==3.14.0
# via virtualenv # via virtualenv
identify==2.5.36 identify==2.5.36
# via pre-commit # via pre-commit
...@@ -34,7 +34,7 @@ pre-commit==3.7.0 ...@@ -34,7 +34,7 @@ pre-commit==3.7.0
# via release_by_changelog (pyproject.toml) # via release_by_changelog (pyproject.toml)
pygments==2.17.2 pygments==2.17.2
# via rich # via rich
pyright==1.1.360 pyright==1.1.361
# via release_by_changelog (pyproject.toml) # via release_by_changelog (pyproject.toml)
python-gitlab==4.4.0 python-gitlab==4.4.0
# via release_by_changelog (pyproject.toml) # via release_by_changelog (pyproject.toml)
...@@ -62,7 +62,7 @@ typing-extensions==4.11.0 ...@@ -62,7 +62,7 @@ typing-extensions==4.11.0
# via typer # via typer
urllib3==2.2.1 urllib3==2.2.1
# via requests # via requests
virtualenv==20.26.0 virtualenv==20.26.1
# via pre-commit # via pre-commit
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment