Skip to content

Commit

Permalink
Merge branch 'main' into fail_after_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Sep 5, 2024
2 parents 510aaa1 + 51b2dff commit 7079d71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.3
hooks:
- id: ruff
types: [file]
Expand Down
6 changes: 3 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via sphinx-codeautolink
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
# via
Expand All @@ -32,7 +32,7 @@ docutils==0.20.1
# sphinx-rtd-theme
exceptiongroup==1.2.2
# via -r docs-requirements.in
idna==3.7
idna==3.8
# via
# -r docs-requirements.in
# requests
Expand Down Expand Up @@ -100,7 +100,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
towncrier==24.7.1
towncrier==24.8.0
# via -r docs-requirements.in
urllib3==2.2.2
# via requests
18 changes: 9 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.16.0
# via sphinx
black==24.8.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
# via
Expand Down Expand Up @@ -50,7 +50,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
idna==3.7
idna==3.8
# via
# -r test-requirements.in
# requests
Expand All @@ -71,7 +71,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.11.1
mypy==1.11.2
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -101,19 +101,19 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
# via cffi
pygments==2.18.0
# via sphinx
pylint==3.2.6
pylint==3.2.7
# via -r test-requirements.in
pyopenssl==24.2.1
# via -r test-requirements.in
pyright==1.1.376
pyright==1.1.378
# via -r test-requirements.in
pytest==8.3.2
# via -r test-requirements.in
pytz==2024.1 ; python_full_version < '3.9'
# via babel
requests==2.32.3
# via sphinx
ruff==0.6.1
ruff==0.6.3
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down Expand Up @@ -153,7 +153,7 @@ types-docutils==0.21.0.20240724
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-setuptools==71.1.0.20240818
types-setuptools==74.0.0.20240831
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -164,7 +164,7 @@ typing-extensions==4.12.2
# pylint
urllib3==2.2.2
# via requests
uv==0.3.0
uv==0.4.1
# via -r test-requirements.in
zipp==3.20.0 ; python_full_version < '3.10'
zipp==3.20.1 ; python_full_version < '3.10'
# via importlib-metadata

0 comments on commit 7079d71

Please sign in to comment.