Skip to content

Commit

Permalink
feat: bump setuptools to 75.6.0 and wheel to 0.45.1 (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Jan 3, 2025
1 parent 52b8249 commit 65b803b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
| [setuptools-git](https://github.com/wichert/setuptools-git) | 1.2 | python3 |
| [setuptools-rust](https://pypi.org/project/setuptools-rust) | 1.7.0 | python3 |
| [setuptools-scm](https://pypi.org/project/setuptools-scm) | 8.1.0 | python3_core |
| [setuptools](https://pypi.org/project/setuptools) | 74.1.3 | python3_core |
| [setuptools](https://pypi.org/project/setuptools) | 75.6.0 | python3_core |
| [sftp_py](https://github.com/AlexOrlek/sftp_py) | 0.2.1 | python3_devtools |
| [shellcheck](http://www.shellcheck.net) | 0.9.0 | devtools |
| [simple-term-menu](https://github.com/IngoMeyer441/simple-term-menu) | 1.6.4 | python3_devtools |
Expand Down Expand Up @@ -293,7 +293,7 @@
| [wcmatch](https://github.com/facelessuser/wcmatch) | 8.5 | python3_devtools |
| [wcwidth](https://github.com/jquast/wcwidth) | 0.2.8 | python3 |
| [Werkzeug](https://pypi.org/project/Werkzeug) | 3.0.6 | python3 |
| [wheel](https://pypi.org/project/wheel) | 0.41.3 | python3_core |
| [wheel](https://pypi.org/project/wheel) | 0.45.1 | python3_core |
| [whichcraft](https://github.com/pydanny/whichcraft) | 0.6.1 | python3 |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | 1.16.0 | python3 |
| [wrk](https://github.com/wg/wrk) | 4.2.0 | devtools |
Expand Down
2 changes: 1 addition & 1 deletion layers/layer1_python3_core/0031_wheel/requirements3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wheel==0.41.3
wheel==0.45.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
setuptools==74.1.3
setuptools==75.6.0

0 comments on commit 65b803b

Please sign in to comment.