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 Aug 19, 2023
1 parent 058d5a5 commit 5b33ade
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -7,20 +7,20 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.5.3
rev: v3.6.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v2.17.4
rev: v2.17.5
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -30,7 +30,7 @@ repos:
- requests-toolbelt==0.9.1
files: 'gitlab/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
args: []
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
@@ -1,6 +1,6 @@
-r requirements.txt
furo==2023.05.20
furo==2023.8.19
jinja2==3.1.2
myst-parser==2.0.0
sphinx==7.0.1
sphinx==7.2.2
sphinxcontrib-autoprogram==0.1.8
12 changes: 6 additions & 6 deletions requirements-lint.txt
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==23.7.0
commitizen==3.5.3
flake8==6.0.0
commitizen==3.6.0
flake8==6.1.0
isort==5.12.0
mypy==1.4.1
pylint==2.17.4
mypy==1.5.1
pylint==2.17.5
pytest==7.4.0
responses==0.23.1
responses==0.23.3
types-PyYAML==6.0.12.11
types-requests==2.31.0.2
types-setuptools==68.0.0.3
types-setuptools==68.1.0.0
8 changes: 4 additions & 4 deletions requirements-test.txt
@@ -1,11 +1,11 @@
-r requirements.txt
build==0.10.0
coverage==7.2.7
pytest-console-scripts==1.4.0
coverage==7.3.0
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==7.4.0
PyYaml==6.0.1
responses==0.23.3
setuptools==68.0.0
wheel==0.41.0
setuptools==68.1.2
wheel==0.41.1

0 comments on commit 5b33ade

Please sign in to comment.