Skip to content

Commit

Permalink
ci: Update python linters and pre-commit dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tek-githubbot-1010 committed Jul 15, 2024
1 parent 602ad3a commit ed0bd3f
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 @@ -141,7 +141,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0"
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.2.0 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.3.0 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.8" and python_version < "4.0"
symspellpy==6.7.7 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
coverage==7.5.4 ; python_version >= "3.8" and python_version < "4.0"
coverage==7.6.0 ; python_version >= "3.8" and python_version < "4.0"
coverage-conditional-plugin==0.9.0 ; python_version >= "3.8" and python_version < "4.0"
coverage[toml]==7.5.4 ; python_version >= "3.8" and python_version < "4.0"
coverage[toml]==7.6.0 ; python_version >= "3.8" and python_version < "4.0"
dataproperty==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
dnspython==2.6.1 ; python_version >= "3.8" and python_version < "4.0"
exceptiongroup==1.2.1 ; python_version >= "3.8" and python_version < "3.11"
exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11"
flask==3.0.3 ; python_version >= "3.8" and python_version < "4.0"
future-fstrings==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
http-server-mock==1.7 ; python_version >= "3.8" and python_version < "4.0"
Expand Down Expand Up @@ -38,8 +38,8 @@ pytest-order==1.2.1 ; python_version >= "3.8" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0"
pytz==2024.1 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0"
ruff==0.5.1 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.2.0 ; python_version >= "3.8" and python_version < "4.0"
ruff==0.5.2 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.3.0 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.8" and python_version < "4.0"
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit ed0bd3f

Please sign in to comment.