Skip to content

Commit

Permalink
Update dependencies (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: henryiii <henryiii@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and henryiii authored Feb 3, 2021
1 parent f953acc commit 08401d6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python27.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ six==1.15.0
# virtualenv
typing==3.7.4.3
# via importlib-resources
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python35.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ importlib-resources==3.2.1
# via virtualenv
six==1.15.0
# via virtualenv
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python36.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ six==1.15.0
# via virtualenv
typing-extensions==3.7.4.3
# via importlib-metadata
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand All @@ -34,5 +34,5 @@ zipp==3.4.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==52.0.0
setuptools==53.0.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ six==1.15.0
# via virtualenv
typing-extensions==3.7.4.3
# via importlib-metadata
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand All @@ -30,5 +30,5 @@ zipp==3.4.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==52.0.0
setuptools==53.0.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filelock==3.0.12
# via virtualenv
six==1.15.0
# via virtualenv
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand All @@ -24,5 +24,5 @@ wheel==0.36.2
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==52.0.0
setuptools==53.0.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filelock==3.0.12
# via virtualenv
six==1.15.0
# via virtualenv
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand All @@ -24,5 +24,5 @@ wheel==0.36.2
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==52.0.0
setuptools==53.0.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filelock==3.0.12
# via virtualenv
six==1.15.0
# via virtualenv
virtualenv==20.4.0
virtualenv==20.4.2
# via -r cibuildwheel/resources/constraints.in
wheel==0.36.2
# via
Expand All @@ -24,5 +24,5 @@ wheel==0.36.2
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==52.0.0
setuptools==53.0.0
# via -r cibuildwheel/resources/constraints.in

0 comments on commit 08401d6

Please sign in to comment.