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] committed Feb 27, 2024
1 parent c44a290 commit d62ef3c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: python:3.11
image: python:3.12

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

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.2.2
rev: v3.16.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
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v2.17.4
rev: v2.17.7
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.3.0
rev: v1.8.0
hooks:
- id: mypy
args: []
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
furo==2023.3.27
jinja2==3.1.2
furo==2023.9.10
jinja2==3.1.3
myst-parser==1.0.0
sphinx==6.2.1
sphinxcontrib-autoprogram==0.1.8
20 changes: 10 additions & 10 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==23.3.0
commitizen==3.2.2
flake8==6.0.0
isort==5.12.0
mypy==1.3.0
pylint==2.17.4
pytest==7.3.1
responses==0.23.1
types-PyYAML==6.0.12.10
types-requests==2.31.0.0
black==23.12.1
commitizen==3.16.0
flake8==6.1.0
isort==5.13.2
mypy==1.8.0
pylint==2.17.7
pytest==7.4.4
responses==0.25.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240218
types-setuptools==67.8.0.0
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.3.2
pre-commit==3.6.2
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements.txt
build==0.10.0
coverage==7.2.6
pytest-console-scripts==1.4.0
coverage==7.4.3
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==7.3.1
pytest==7.4.4
PyYaml==5.4.1
responses==0.23.1
responses==0.25.0
setuptools==67.8.0
wheel==0.40.0
wheel==0.42.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.2
requests==2.31.0
requests-toolbelt==1.0.0
typing-extensions==4.6.2 ; python_version < "3.8"
typing-extensions==4.10.0 ; python_version < "3.8"

0 comments on commit d62ef3c

Please sign in to comment.