Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v10.1.0
uses: python-semantic-release/python-semantic-release@v10.2.0
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pycqa/flake8
rev: 7.2.0
rev: 7.3.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand All @@ -32,7 +32,7 @@ repos:
- requests-toolbelt==1.0.0
files: 'gitlab/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.0
rev: v1.16.1
hooks:
- id: mypy
args: []
Expand Down
6 changes: 3 additions & 3 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
argcomplete==2.0.0
black==25.1.0
commitizen==4.8.3
flake8==7.2.0
flake8==7.3.0
isort==6.0.1
mypy==1.16.0
mypy==1.16.1
pylint==3.3.7
pytest==8.4.0
pytest==8.4.1
responses==0.25.7
respx==0.22.0
types-PyYAML==6.0.12.20250516
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coverage==7.9.1
pytest-console-scripts==1.4.1
pytest-cov==6.2.1
pytest-github-actions-annotate-failures==0.3.0
pytest==8.4.0
pytest==8.4.1
PyYaml==6.0.2
responses==0.25.7
respx==0.22.0
Expand Down