Skip to content

Commit

Permalink
chore: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 9, 2024
1 parent a803835 commit 287f13a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
args: [--all]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.1.3"
rev: "2.1.4"
hooks:
- id: pyproject-fmt

Expand Down
20 changes: 10 additions & 10 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile pyproject.toml --pre --python-version 3.12 --extra docs -o docs/requirements.txt
alabaster==0.7.16
# via sphinx
anyio==4.3.0
anyio==4.4.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -54,17 +54,17 @@ mdurl==0.1.2
# via markdown-it-py
myst-parser==3.0.1
# via citric (pyproject.toml)
packaging==24.0
packaging==24.1
# via sphinx
pygments==2.18.0
# via
# furo
# sphinx
pyyaml==6.0.1
pyyaml==6.0.2rc1
# via
# myst-parser
# sphinx-autoapi
requests==2.32.2
requests==2.32.3
# via
# citric (pyproject.toml)
# sphinx
Expand All @@ -87,17 +87,17 @@ sphinx==7.3.7
# sphinx-hoverxref
# sphinx-notfound-page
# sphinxcontrib-jquery
sphinx-autoapi==3.1.0
sphinx-autoapi==3.1.2
# via citric (pyproject.toml)
sphinx-autobuild==2024.4.16
# via citric (pyproject.toml)
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via citric (pyproject.toml)
sphinx-hoverxref==1.3.0
sphinx-hoverxref==1.4.0
# via citric (pyproject.toml)
sphinx-notfound-page==1.0.0
sphinx-notfound-page==1.0.2
# via citric (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand All @@ -115,13 +115,13 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
starlette==0.37.2
# via sphinx-autobuild
typing-extensions==4.12.0rc1
typing-extensions==4.12.2
# via beautifulsoup4
urllib3==2.2.2
# via requests
uvicorn==0.29.0
uvicorn==0.30.1
# via sphinx-autobuild
watchfiles==0.21.0
watchfiles==0.22.0
# via sphinx-autobuild
websockets==12.0
# via sphinx-autobuild
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ lint.flake8-import-conventions.banned-from = [
"typing",
]
lint.flake8-import-conventions.extend-aliases.typing = "t"
lint.flake8-pytest-style.fixture-parentheses = false
lint.flake8-pytest-style.mark-parentheses = false
lint.flake8-quotes.docstring-quotes = "double"
lint.flake8-quotes.inline-quotes = "double"
lint.flake8-quotes.multiline-quotes = "double"
Expand Down

0 comments on commit 287f13a

Please sign in to comment.