diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f79b2d1c6..80f4d82cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -15,7 +15,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.1 hooks: - id: black @@ -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 @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index ca347d42a..ecc686128 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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.3 # via pytest-cov distlib==0.3.8 # via virtualenv -filelock==3.12.4 +filelock==3.14.0 # via virtualenv -flake8==6.0.0 +flake8==6.1.0 # via # -r dev-requirements.in # pep8-naming @@ -36,54 +36,54 @@ 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.0 # 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.11.1 # 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 @@ -91,11 +91,11 @@ pyyaml==6.0.1 # 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.2 # via # nox # pre-commit diff --git a/requirements.txt b/requirements.txt index 5f78b91c4..928af8d6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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