Skip to content

Commit

Permalink
Merge pull request #103 from kurtmckee/updates
Browse files Browse the repository at this point in the history
Run `tox run -m update`
  • Loading branch information
kurtmckee authored Jul 29, 2024
2 parents f84f977 + a4f13ee commit 409b428
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: "trailing-whitespace"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.16.0"
rev: "v3.17.0"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.8+ idioms"
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: "editorconfig-checker"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.28.6"
rev: "0.29.1"
hooks:
- id: "check-dependabot"
- id: "check-github-workflows"
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ colorama==0.4.6 ; python_version >= "3.8" and sys_platform == "win32"
docutils==0.20.1 ; python_version >= "3.8"
idna==3.7 ; python_version >= "3.8"
imagesize==1.4.1 ; python_version >= "3.8"
importlib-metadata==8.0.0 ; python_version < "3.10" and python_version >= "3.8"
importlib-metadata==8.2.0 ; python_version < "3.10" and python_version >= "3.8"
jinja2==3.1.4 ; python_version >= "3.8"
markupsafe==2.1.5 ; python_version >= "3.8"
packaging==24.1 ; python_version >= "3.8"
Expand Down
64 changes: 32 additions & 32 deletions requirements/mypy/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements/mypy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lxml-stubs==0.5.1 ; python_version >= "3.8"
mypy-extensions==1.0.0 ; python_version >= "3.8"
mypy==1.10.1 ; python_version >= "3.8"
mypy==1.11.0 ; python_version >= "3.8"
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.8"
types-requests==2.32.0.20240622 ; python_version >= "3.8"
types-requests==2.32.0.20240712 ; python_version >= "3.8"
types-toml==0.10.8.20240310 ; python_version >= "3.8"
typing-extensions==4.12.2 ; python_version >= "3.8"
urllib3==2.2.2 ; python_version >= "3.8"
Loading

0 comments on commit 409b428

Please sign in to comment.