Skip to content

Commit

Permalink
Update libraries (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: aandres3 <[email protected]>
  • Loading branch information
0x26res and aandres3 authored Oct 30, 2024
1 parent 19e1563 commit b3175a4
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 597 deletions.
12 changes: 4 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
name: black (python)
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.4
rev: v0.7.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
additional_dependencies:
Expand Down
22 changes: 11 additions & 11 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ babel==2.16.0
# via mkdocs-material
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -20,9 +20,9 @@ colorama==0.4.6
# mkdocs-material
ghp-import==2.1.0
# via mkdocs
griffe==1.3.0
griffe==1.5.1
# via mkdocstrings-python
idna==3.8
idna==3.10
# via requests
jinja2==3.1.4
# via
Expand All @@ -39,7 +39,7 @@ markdown==3.7
# pymdown-extensions
markdown-include==0.8.1
# via -r ./requirements.in
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# mkdocs
Expand All @@ -61,31 +61,31 @@ mkdocs-autorefs==1.2.0
# mkdocstrings-python
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-material==9.5.34
mkdocs-material==9.5.42
# via -r ./requirements.in
mkdocs-material-extensions==1.3.1
# via
# -r ./requirements.in
# mkdocs-material
mkdocstrings[python]==0.26.1
mkdocstrings[python]==0.26.2
# via
# -r ./requirements.in
# mkdocstrings-python
mkdocstrings-python==1.11.1
mkdocstrings-python==1.12.2
# via mkdocstrings
packaging==24.1
# via mkdocs
paginate==0.5.7
# via mkdocs-material
pathspec==0.12.1
# via mkdocs
platformdirs==4.3.2
platformdirs==4.3.6
# via
# mkdocs-get-deps
# mkdocstrings
pygments==2.18.0
# via mkdocs-material
pymdown-extensions==10.9
pymdown-extensions==10.12
# via
# -r ./requirements.in
# mkdocs-material
Expand All @@ -106,7 +106,7 @@ requests==2.32.3
# via mkdocs-material
six==1.16.0
# via python-dateutil
urllib3==2.2.2
urllib3==2.2.3
# via requests
watchdog==5.0.2
watchdog==5.0.3
# via mkdocs
Loading

0 comments on commit b3175a4

Please sign in to comment.