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 Dec 4, 2022
1 parent 808c61b commit 4a35180
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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>=2022.6 ; sys_platform == 'win32'",
"tzdata>=2022.7 ; sys_platform == 'win32'",
"backports.zoneinfo>=0.2.1 ; python_version<'3.9'",
],
# We only support Django versions with upstream support - see
Expand Down
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exceptiongroup==1.0.4 ; python_version < "3.11"
# pytest
execnet==1.9.0
# via pytest-xdist
fakeredis==2.0.0
fakeredis==2.1.0
# via -r requirements/coverage.in
iniconfig==1.1.1
# via pytest
Expand Down Expand Up @@ -64,7 +64,7 @@ pytest==7.2.0
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.0.2
pytest-xdist==3.1.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest==7.2.0
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.0.2
pytest-xdist==3.1.0
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
Expand Down
20 changes: 10 additions & 10 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.5.2
# via django
astor==0.8.1
# via flake8-simplify
asttokens==2.1.0
asttokens==2.2.0
# via stack-data
attrs==22.1.0
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ importlib-metadata==5.1.0
# twine
iniconfig==1.1.1
# via pytest
ipython==8.6.0
ipython==8.7.0
# via -r requirements/tools.in
isort==5.10.1
# via shed
Expand Down Expand Up @@ -191,9 +191,9 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.10.0
pip-tools==6.11.0
# via -r requirements/tools.in
pkginfo==1.8.3
pkginfo==1.9.2
# via twine
platformdirs==2.5.4
# via
Expand Down Expand Up @@ -229,15 +229,15 @@ pygments==2.13.0
# sphinx
pyparsing==3.0.9
# via packaging
pyright==1.1.281
pyright==1.1.282
# via -r requirements/tools.in
pytest==7.2.0
# via -r requirements/tools.in
python-dateutil==2.8.2
# via -r requirements/tools.in
pytz==2022.6
# via babel
pyupgrade==3.2.2
pyupgrade==3.3.0
# via shed
pyyaml==6.0
# via
Expand Down Expand Up @@ -326,19 +326,19 @@ tomli==2.0.1
# tox
tox==3.27.1
# via -r requirements/tools.in
traitlets==5.5.0
traitlets==5.6.0
# via
# ipython
# matplotlib-inline
twine==4.0.1
twine==4.0.2
# via -r requirements/tools.in
types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pytz==2022.6.0.1
# via -r requirements/tools.in
types-redis==4.3.21.5
types-redis==4.3.21.6
# via -r requirements/tools.in
typing-extensions==4.4.0
# via
Expand All @@ -354,7 +354,7 @@ urllib3==1.26.13
# via
# requests
# twine
virtualenv==20.16.7
virtualenv==20.17.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit 4a35180

Please sign in to comment.