Skip to content

Commit

Permalink
update deps and pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Dec 28, 2024
1 parent b906820 commit b912f82
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 388 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.44.0
rev: 39.84.0
hooks:
- id: renovate-config-validator
files: ^renovate\.json$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
- id: ruff
name: "lint with ruff"
- id: ruff-format
name: "format with ruff"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0" # Use the sha / tag you want to point at
rev: "v1.14.0" # Use the sha / tag you want to point at
hooks:
- id: mypy
name: "run mypy"
Expand All @@ -35,7 +35,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.5
rev: 0.5.13
hooks:
# Update the uv lockfile
- id: uv-lock
Expand Down
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv export --no-hashes --no-emit-project --output-file=requirements-dev.txt
annotated-types==0.7.0
babel==2.16.0
certifi==2024.8.30
certifi==2024.12.14
cffi==1.17.1
cfgv==3.4.0
charset-normalizer==3.4.0
click==8.1.7
charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6
coverage==7.6.8
coverage==7.6.10
cryptography==44.0.0
csscompressor==0.9.5
deprecated==1.2.15
Expand All @@ -22,7 +22,7 @@ identify==2.6.3
idna==3.10
importlib-metadata==8.5.0 ; python_full_version < '3.10'
iniconfig==2.0.0
jinja2==3.1.4
jinja2==3.1.5
jsmin==3.0.1
markdown==3.7
markdown-it-py==3.0.0
Expand All @@ -32,11 +32,11 @@ mdx-truly-sane-lists==1.3
mergedeep==1.3.4
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.47
mkdocs-material==9.5.49
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mock==5.1.0
mypy==1.13.0
mypy==1.14.0
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.2
Expand All @@ -45,16 +45,16 @@ pastel==0.2.1
pathspec==0.12.1
platformdirs==4.3.6
pluggy==1.5.0
poethepoet==0.31.1
poethepoet==0.32.0
pprintpp==0.4.0
pre-commit==4.0.1
pycparser==2.22
pydantic==2.10.2
pydantic-core==2.27.1
pydantic==2.10.4
pydantic-core==2.27.2
pygithub==2.5.0
pygments==2.18.0
pyjwt==2.10.1
pymdown-extensions==10.12
pymdown-extensions==10.13
pynacl==1.5.0
pytest==8.3.4
pytest-clarity==1.0.1
Expand All @@ -70,16 +70,16 @@ pyyaml-env-tag==0.1
regex==2024.11.6
requests==2.32.3
rich==13.9.4
rtoml==0.11.0
ruff==0.8.1
rtoml==0.12.0
ruff==0.8.4
shellingham==1.5.4
simple-toml-settings==0.8.0
six==1.16.0
six==1.17.0
termcolor==2.5.0
tomli==2.2.1 ; python_full_version <= '3.11'
typer==0.12.5
typing-extensions==4.12.2
urllib3==2.2.3
urllib3==2.3.0
virtualenv==20.28.0
watchdog==6.0.0
wrapt==1.17.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --no-emit-project --output-file=requirements.txt
annotated-types==0.7.0
pydantic==2.10.2
pydantic-core==2.27.1
pydantic==2.10.4
pydantic-core==2.27.2
typing-extensions==4.12.2
Loading

0 comments on commit b912f82

Please sign in to comment.