From 771e22093938528635616705a72695bf3d271e51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:59:07 +0000 Subject: [PATCH] chore(deps): update minor dependencies --- .pre-commit-config.yaml | 2 +- dev-requirements.txt | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ac6fddf2..6a4725dec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 1fb46b88d..debac9eab 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 720ea092c..27126c2aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -numpy==1.24.3 +numpy==1.25.0 # via # -r requirements.in # pandas