Skip to content

Commit

Permalink
chore(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2023
1 parent e5b1e42 commit d702a9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
# - id: markdown-link-check

- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade

Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mccabe==0.7.0
# via
# -r dev-requirements.in
# flake8
mypy==1.3.0
mypy==1.4.0
# via -r dev-requirements.in
mypy-extensions==1.0.0
# via
Expand All @@ -62,11 +62,11 @@ pbr==5.11.1
# via stevedore
pep8-naming==0.13.3
# via -r dev-requirements.in
platformdirs==3.5.3
platformdirs==3.7.0
# via
# black
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pre-commit==3.3.3
# via -r dev-requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
numpy==1.24.3
numpy==1.25.0
# via
# -r requirements.in
# pandas
Expand Down

0 comments on commit d702a9a

Please sign in to comment.