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] authored Jun 28, 2024
1 parent 500ba1a commit 6f8dd48
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,12 +15,12 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: '7.0.0' # pick a git hash / tag to point to
rev: '7.1.0' # pick a git hash / tag to point to
hooks:
- id: flake8
language_version: '3.8'
Expand All @@ -31,7 +31,7 @@ repos:
- id: autopep8

- repo: https://github.com/PyCQA/isort
rev: '5.12.0' # Use the revision sha / tag you want to point at
rev: '5.13.2' # Use the revision sha / tag you want to point at
hooks:
- id: isort

Expand All @@ -57,7 +57,7 @@ repos:
# - id: markdown-link-check

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

Expand Down
50 changes: 25 additions & 25 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
#
argcomplete==2.1.2
# via nox
attrs==23.1.0
attrs==23.2.0
# via pytest
bandit==1.7.8
# via -r dev-requirements.in
black==24.3.0
black==24.4.2
# via -r dev-requirements.in
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via black
colorlog==6.7.0
colorlog==6.8.2
# via nox
coverage[toml]==7.2.7
coverage[toml]==7.5.4
# via pytest-cov
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.15.4
# via virtualenv
flake8==6.0.0
flake8==6.1.0
# via
# -r dev-requirements.in
# pep8-naming
Expand All @@ -36,66 +36,66 @@ identify==2.5.36
# via pre-commit
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via -r dev-requirements.in
mccabe==0.7.0
# via
# -r dev-requirements.in
# flake8
mypy==1.3.0
mypy==1.10.1
# via -r dev-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
nox==2024.3.2
nox==2024.4.15
# via -r dev-requirements.in
packaging==24.0
packaging==24.1
# via
# nox
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
pbr==6.0.0
# via stevedore
pep8-naming==0.13.3
pep8-naming==0.14.1
# via -r dev-requirements.in
platformdirs==3.5.3
platformdirs==3.11.0
# via
# black
# virtualenv
pluggy==1.0.0
pluggy==1.5.0
# via pytest
pre-commit==3.3.3
pre-commit==3.7.1
# via -r dev-requirements.in
pycodestyle==2.10.0
pycodestyle==2.12.0
# via flake8
pyflakes==3.0.1
pyflakes==3.2.0
# via flake8
pygments==2.15.1
pygments==2.18.0
# via -r dev-requirements.in
pytest==7.3.2
pytest==7.4.4
# via
# -r dev-requirements.in
# pytest-cov
# pytest-randomly
pytest-cov==5.0.0
# via -r dev-requirements.in
pytest-randomly==3.12.0
pytest-randomly==3.15.0
# via -r dev-requirements.in
pyyaml==6.0.1
# via
# bandit
# pre-commit
smmap==5.0.1
# via gitdb
stevedore==5.1.0
stevedore==5.2.0
# via bandit
typing-extensions==4.6.3
typing-extensions==4.12.2
# via mypy
virtualenv==20.23.1
virtualenv==20.26.3
# via
# nox
# pre-commit
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements.in
#
numpy==1.24.3
numpy==1.26.4
# via
# -r requirements.in
# pandas
pandas==2.0.3
pandas==2.2.2
# via -r requirements.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
Expand Down

0 comments on commit 6f8dd48

Please sign in to comment.