Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-deps(deps-dev): bump the python-dependencies group with 2 updates #279

Merged
merged 4 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ repos:
rev: 47039c9bf8039e81f092c9777a1bc8be32fb7870 # frozen: 1.16.0
hooks:
- id: yamlfix
additional_dependencies:
- maison<2.0.0
# TODO: get this working
# - repo: https://github.com/motet-a/jinjalint
# rev: "0.5"
Expand Down Expand Up @@ -139,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: 718fbf5fa5fb8cbe6aeac32a863271695104cd5d # frozen: v0.6.0
rev: 8b5112a3b2ad121439a2092f8ff548c0d80f2514 # frozen: v0.6.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 1 addition & 3 deletions docs/griffe_custom_decorator_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
This will cause them to be classified correctly when the documentation is built.
"""

# noinspection PyProtectedMember
from griffe.agents.visitor import stdlib_decorators
from griffe.extensions import Extension
from griffe import Extension, stdlib_decorators


class CustomDecoratorLabels(Extension):
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
editdistpy==0.1.4 ; python_version >= "3.8" and python_version < "4.0"
editorconfig==0.12.4 ; python_version >= "3.8" and python_version < "4.0"
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
griffe==0.47.0 ; python_version >= "3.8" and python_version < "4.0"
griffe==1.1.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.7 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==8.2.0 ; python_version >= "3.8" and python_version < "3.10"
jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0"
jsbeautifier==1.15.1 ; python_version >= "3.8" and python_version < "4.0"
markdown==3.6 ; python_version >= "3.8" and python_version < "4.0"
markdown==3.7 ; python_version >= "3.8" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0"
mergedeep==1.3.4 ; python_version >= "3.8" and python_version < "4.0"
mkdocs==1.6.0 ; python_version >= "3.8" and python_version < "4.0"
Expand All @@ -30,7 +30,7 @@ mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "4.
mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "4.0"
mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "4.0"
mkdocstrings==0.25.2 ; python_version >= "3.8" and python_version < "4.0"
mkdocstrings-python==1.10.5 ; python_version >= "3.8" and python_version < "4.0"
mkdocstrings-python==1.10.8 ; python_version >= "3.8" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0"
nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ zeroconf = "^0.132.2"
docformatter = {extras = ["tomli"], version = "1.7.5"}
docutils = "^0.20" # TODO: remove this when the minimum Python version is >=3.9
docutils-stubs = "^0.0.22"
maison = "^1.4.3" # yamlfix is broken with v2.0+
matplotlib = [
{python = ">=3.9", version = "^3.8"},
{python = "3.8", version = "^3.7"}
Expand All @@ -115,7 +116,7 @@ pylint = "3.2.6"
pyright = "1.1.376"
pyroma = "^4.2"
python-semantic-release = "^9.6.0"
ruff = "0.6.0"
ruff = "0.6.1"
toml-sort = "^0.23.0"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand All @@ -129,7 +130,7 @@ yamlfix = "^1.16.0"
[tool.poetry.group.docs.dependencies]
black = "^24.4.2"
codespell = "^2.2.6"
griffe = "^0.47.0"
griffe = "^1.1.0"
mkdocs = "^1.6.0"
mkdocs-ezglossary-plugin = "^1.6.10"
mkdocs-gen-files = "^0.5.0"
Expand Down Expand Up @@ -160,7 +161,7 @@ pytest-env = "^1.1.3"
pytest-github-report = "^0.0.1"
pytest-html = "^4.1.1"
pytest-order = "^1.2.1"
ruff = "0.6.0"
ruff = "0.6.1"
tomli = "^2.0.1"

[tool.poetry.scripts]
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
maison<2.0.0
poetry
poetry-core
poetry-plugin-export
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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.6.0 ; python_version >= "3.8" and python_version < "4.0"
ruff==0.6.1 ; python_version >= "3.8" and python_version < "4.0"
setuptools==72.2.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.6 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
Loading