Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Feb 19, 2024
1 parent d7235c7 commit 04c569a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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@v9.0.3
uses: python-semantic-release/python-semantic-release@v9.1.0
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.14.1
rev: v3.15.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.183.0
rev: 37.198.0
hooks:
- id: renovate-config-validator
12 changes: 6 additions & 6 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==24.1.1
commitizen==3.14.1
black==24.2.0
commitizen==3.15.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
pylint==3.0.3
pytest==8.0.0
responses==0.24.1
pytest==8.0.1
responses==0.25.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240125
types-setuptools==69.0.0.20240125
types-requests==2.31.0.20240218
types-setuptools==69.1.0.20240217
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.6.1
pre-commit==3.6.2
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage==7.4.1
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==8.0.0
pytest==8.0.1
PyYaml==6.0.1
responses==0.24.1
responses==0.25.0
wheel==0.42.0

0 comments on commit 04c569a

Please sign in to comment.