Skip to content

Commit

Permalink
Merge pull request #608 from aiven/aiven-anton/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: Bump dependencies
  • Loading branch information
tvainika authored May 10, 2023
2 parents 2083cf0 + 9259060 commit adab144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ repos:
- id: shfmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [ --py38-plus ]

- repo: https://github.com/pycqa/autoflake
rev: v2.0.2
rev: v2.1.1
hooks:
- id: autoflake
args:
Expand All @@ -61,7 +61,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
pass_filenames: false
Expand All @@ -79,6 +79,6 @@ repos:
- repo: https://github.com/PyCQA/pylint
# Note: pre-commit autoupdate changes to an alpha version. Instead, manually find the
# latest stable version here: https://github.com/pylint-dev/pylint/releases
rev: v2.17.1
rev: v2.17.4
hooks:
- id: pylint
6 changes: 3 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blinker==1.6.2
# via flask
brotli==1.0.9
# via geventhttpclient
certifi==2022.12.7
certifi==2023.5.7
# via
# geventhttpclient
# requests
Expand Down Expand Up @@ -152,13 +152,13 @@ python-dateutil==2.8.2
# via -r requirements.txt
pyzmq==25.0.2
# via locust
requests==2.29.0
requests==2.30.0
# via
# -r requirements-dev.in
# locust
roundrobin==0.0.4
# via locust
sentry-sdk==1.21.1
sentry-sdk==1.22.1
# via -r requirements-dev.in
six==1.16.0
# via
Expand Down

0 comments on commit adab144

Please sign in to comment.