Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Apr 2, 2023
1 parent a147989 commit b133a19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def local_file(name):
# zoneinfo is an odd one: every dependency is conditional, because they're
# only necessary on old versions of Python or Windows systems.
"zoneinfo": [
"tzdata>=2023.2 ; sys_platform == 'win32'",
"tzdata>=2023.3 ; sys_platform == 'win32'",
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'",
],
# We only support Django versions with upstream support - see
Expand Down
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==22.2.0
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
black==23.1.0
black==23.3.0
# via -r requirements/coverage.in
click==8.1.3
# via
Expand Down Expand Up @@ -68,13 +68,13 @@ python-dateutil==2.8.2
# via
# -r requirements/coverage.in
# pandas
pytz==2023.2
pytz==2023.3
# via
# -r requirements/coverage.in
# pandas
pyyaml==6.0
# via libcst
redis==4.5.3
redis==4.5.4
# via fakeredis
six==1.16.0
# via python-dateutil
Expand Down
22 changes: 11 additions & 11 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bandit==1.7.5
# via flake8-bandit
beautifulsoup4==4.12.0
# via sphinx-codeautolink
black==23.1.0
black==23.3.0
# via shed
bleach==6.0.0
# via readme-renderer
Expand Down Expand Up @@ -80,7 +80,7 @@ exceptiongroup==1.1.1 ; python_version < "3.11"
# pytest
executing==1.2.0
# via stack-data
filelock==3.10.5
filelock==3.10.7
# via
# tox
# virtualenv
Expand Down Expand Up @@ -125,7 +125,7 @@ flake8-pytest-style==1.7.2
# via -r requirements/tools.in
flake8-return==1.2.0
# via -r requirements/tools.in
flake8-simplify==0.19.3
flake8-simplify==0.20.0
# via -r requirements/tools.in
gitdb==4.0.10
# via gitpython
Expand All @@ -141,7 +141,7 @@ importlib-metadata==6.1.0
# twine
iniconfig==2.0.0
# via pytest
ipython==8.11.0
ipython==8.12.0
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand Down Expand Up @@ -241,7 +241,7 @@ pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.300
pyright==1.1.301
# via -r requirements/tools.in
pytest==7.2.2
# via -r requirements/tools.in
Expand All @@ -267,7 +267,7 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.3.2
rich==13.3.3
# via
# bandit
# twine
Expand Down Expand Up @@ -339,7 +339,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.4.7
tox==4.4.8
# via -r requirements/tools.in
traitlets==5.9.0
# via
Expand All @@ -351,11 +351,11 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==23.1.0.0
types-pyopenssl==23.1.0.1
# via types-redis
types-pytz==2022.7.1.2
types-pytz==2023.3.0.0
# via -r requirements/tools.in
types-redis==4.5.3.0
types-redis==4.5.4.1
# via -r requirements/tools.in
typing-extensions==4.5.0
# via
Expand Down Expand Up @@ -385,7 +385,7 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via pip-tools
setuptools==67.6.0
setuptools==67.6.1
# via
# nodeenv
# pip-tools

0 comments on commit b133a19

Please sign in to comment.