From c9bde4d59a4e145d4cff95b5f0886f7266bb45d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:01:45 +0000 Subject: [PATCH] chore(deps): update development dependencies (non-major) --- pyproject.toml | 4 ++-- requirements-dev.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f87fc27fa..094a58830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,9 +64,9 @@ lint = [ ] types = [ "mypy[reports]~=1.5", - "pyright==1.1.354", + "pyright==1.1.361", "types-python-dateutil", - "types-requests<2.31.0.20240312", # Frozen until we can get urllib3 v2 + "types-requests<2.31.0.20240407", # Frozen until we can get urllib3 v2 "types-setuptools", "types-tabulate", "types-urllib3", diff --git a/requirements-dev.txt b/requirements-dev.txt index e96aba5b2..51ac5d9c9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ flake8==7.0.0 freezegun==1.4.0 httplib2==0.22.0 humanize==4.9.0 -hypothesis==6.99.6 +hypothesis==6.100.2 idna==3.7 importlib_metadata==7.1.0 iniconfig==2.0.0 @@ -45,17 +45,17 @@ pycparser==2.21 pydantic==1.10.14 pydantic-yaml==0.11.2 pydocstyle==6.3.0 -pyfakefs==5.3.5 +pyfakefs==5.4.1 pyflakes==3.2.0 pygit2==1.14.1 pymacaroons==0.13.0 PyNaCl==1.5.0 pyparsing==3.1.2 pyRFC3339==1.1 -pytest==8.1.1 +pytest==8.2.0 pytest-check==2.3.1 pytest-cov==5.0.0 -pytest-mock==3.12.0 +pytest-mock==3.14.0 pytest-subprocess==1.5.0 python-dateutil==2.9.0.post0 pytz==2024.1