Skip to content

Commit

Permalink
[Bot] Update dependencies (#1256)
Browse files Browse the repository at this point in the history
Update dependencies

Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
  • Loading branch information
cibuildwheel-bot[bot] committed Sep 7, 2022
1 parent 3597095 commit 3a46bde
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 116 deletions.
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.5.2
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.5.2
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python36.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.3.0
# via
# delocate
# importlib-metadata
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.5.2
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.5.2
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.5.2
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.16.3
virtualenv==20.16.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/virtualenv.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "20.16.3"
url = "https://github.com/pypa/get-virtualenv/blob/20.16.3/public/virtualenv.pyz?raw=true"
version = "20.16.4"
url = "https://github.com/pypa/get-virtualenv/blob/20.16.4/public/virtualenv.pyz?raw=true"
215 changes: 108 additions & 107 deletions docs/working-examples.md

Large diffs are not rendered by default.

0 comments on commit 3a46bde

Please sign in to comment.