Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/orjson-3.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt authored May 5, 2024
2 parents ff8a8d6 + 27aac64 commit ee54bac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.2.0'
rev: 'v0.3.5'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: test.*
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -36,14 +36,14 @@ repos:
- id: fix-encoding-pragma
args: ["--remove"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
exclude: test.*
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies: ["pydantic", "toml", "types-all"]
- repo: https://github.com/jsh9/pydoclint
rev: 0.3.9
rev: 0.4.1
hooks:
- id: pydoclint
args:
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --extra=docs --extra=test --output-file=requirements/dev.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -98,7 +98,7 @@ gitpython==3.1.41
# generate-changelog
identify==2.5.30
# via pre-commit
idna==3.4
idna==3.7
# via
# requests
# yarl
Expand Down Expand Up @@ -281,7 +281,7 @@ tomli==2.0.1
# sphinx-autodoc2
tomlkit==0.12.1
# via bump-my-version
tqdm==4.66.1
tqdm==4.66.3
# via git-fame
typer==0.9.0
# via generate-changelog
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=docs --output-file=requirements/docs.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -69,7 +69,7 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.41
# via cookie-composer (pyproject.toml)
idna==3.4
idna==3.7
# via
# requests
# yarl
Expand Down
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/prod.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -49,7 +49,7 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.41
# via cookie-composer (pyproject.toml)
idna==3.4
idna==3.7
# via
# requests
# yarl
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=test --output-file=requirements/test.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -63,7 +63,7 @@ gitpython==3.1.41
# via cookie-composer (pyproject.toml)
identify==2.5.30
# via pre-commit
idna==3.4
idna==3.7
# via
# requests
# yarl
Expand Down

0 comments on commit ee54bac

Please sign in to comment.