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 Jul 3, 2023
1 parent 8e6a94b commit 771e220
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 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.1
# 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.8.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 All @@ -76,7 +76,7 @@ pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via -r dev-requirements.in
pytest==7.3.2
pytest==7.4.0
# via
# -r dev-requirements.in
# pytest-cov
Expand All @@ -93,7 +93,7 @@ smmap==5.0.0
# via gitdb
stevedore==5.1.0
# via bandit
typing-extensions==4.6.3
typing-extensions==4.7.0
# via mypy
virtualenv==20.23.1
# via
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 771e220

Please sign in to comment.