Skip to content

Commit

Permalink
Merge pull request #2959 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update pinned dependencies
  • Loading branch information
Zac-HD committed May 9, 2021
2 parents 71035b7 + b55994d commit 2eb6f06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/coverage.txt hypothesis-python/setup.py requirements/coverage.in
#
attrs==20.3.0
attrs==21.2.0
# via hypothesis (hypothesis-python/setup.py)
coverage==5.5
# via -r requirements/coverage.in
Expand All @@ -22,7 +22,7 @@ pytz==2021.1
# via
# -r requirements/coverage.in
# pandas
six==1.15.0
six==1.16.0
# via python-dateutil
sortedcontainers==2.3.0
# via hypothesis (hypothesis-python/setup.py)
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
apipkg==1.5
# via execnet
attrs==20.3.0
attrs==21.2.0
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down
16 changes: 8 additions & 8 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# virtualenv
asgiref==3.3.4
# via django
attrs==20.3.0
attrs==21.2.0
# via
# flake8-bugbear
# hypothesis (hypothesis-python/setup.py)
Expand Down Expand Up @@ -61,7 +61,7 @@ decorator==5.0.7
# traitlets
distlib==0.3.1
# via virtualenv
django==3.2.1
django==3.2.2
# via -r requirements/tools.in
docutils==0.16
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ flake8-mutable==1.2.0
# via -r requirements/tools.in
flake8-polyfill==1.0.2
# via flake8-bandit
flake8==3.9.1
flake8==3.9.2
# via
# -r requirements/tools.in
# flake8-2020
Expand Down Expand Up @@ -213,7 +213,7 @@ pytz==2021.1
# via
# babel
# django
pyupgrade==2.14.0
pyupgrade==2.15.0
# via shed
pyyaml==5.4.1
# via
Expand All @@ -233,13 +233,13 @@ requests==2.25.1
# twine
restructuredtext-lint==1.3.2
# via -r requirements/tools.in
rfc3986==1.4.0
rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
shed==0.3.5
# via -r requirements/tools.in
six==1.15.0
six==1.16.0
# via
# bandit
# bleach
Expand Down Expand Up @@ -291,7 +291,7 @@ toml==0.10.2
# pep517
# pytest
# tox
tox==3.23.0
tox==3.23.1
# via -r requirements/tools.in
tqdm==4.60.0
# via twine
Expand All @@ -312,7 +312,7 @@ typing-inspect==0.6.0
# via libcst
urllib3==1.26.4
# via requests
virtualenv==20.4.4
virtualenv==20.4.6
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit 2eb6f06

Please sign in to comment.