Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent b3d35e6 commit 0a5e19f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ lint = [
]
types = [
"mypy[reports]~=1.5",
"pyright==1.1.354",
"pyright==1.1.359",
"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",
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
idna==3.7
importlib_metadata==7.1.0
iniconfig==2.0.0
Expand Down Expand Up @@ -45,7 +45,7 @@ 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
Expand All @@ -55,7 +55,7 @@ pyRFC3339==1.1
pytest==8.1.1
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
Expand Down

0 comments on commit 0a5e19f

Please sign in to comment.