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

chore(deps): update dependency nox to v2025 #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
require_serial: true
additional_dependencies:
# renovate: datasource=pypi depName=nox depType=devDependencies
- nox==2024.10.9
- nox==2025.2.9

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
# renovate: datasource=git-tags depName=https://github.com/Mateusz-Grzelinski/actionlint-py depType=devDependencies versioning=pep440
Expand Down
2 changes: 1 addition & 1 deletion data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ blacken_docs: '78a9dcbecf4f755f65d1f3dec556bc249d723600 # 1.19.1'
isort: 'c235f5e450b4b84e58d114ed4c589cbf454175a3 # 5.13.2'

# renovate: datasource=pypi depName=nox depType=devDependencies
nox: '2024.10.9'
nox: '2025.2.9'

# renovate: datasource=git-tags depName=https://github.com/saltstack/pre-commit-remove-import-headers depType=devDependencies
remove_import_headers: '209beff8e11fed83f3f0863ccfd95aa663fffaf6 # 1.1.0'
Expand Down