Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tek-githubbot-1010 committed Nov 4, 2024
1 parent d06aa76 commit 9aaea64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-macros-plugin==1.3.6 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-macros-plugin==1.3.7 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-mermaid2-plugin==1.2.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "3.13"
Expand All @@ -40,19 +40,19 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "3.13"
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13"
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13"
pygments==2.18.0 ; python_version >= "3.8" and python_version < "3.13"
pymdown-extensions==10.11.2 ; python_version >= "3.8" and python_version < "3.13"
pymdown-extensions==10.12 ; python_version >= "3.8" and python_version < "3.13"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "3.13"
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13"
symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13"
termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13"
typeguard==4.3.0 ; python_version >= "3.8" and python_version < "3.13"
typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"
watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "3.13"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
pytz==2024.2 ; python_version >= "3.8" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"
Expand Down

0 comments on commit 9aaea64

Please sign in to comment.