Skip to content

Commit 23318ad

Browse files
authored
Merge pull request #2040 from metwork-framework/setuptools-75.6.0
build: merge integration branch
2 parents fd58ea6 + f23556d commit 23318ad

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ layers/download_archive
99
/layers/layer*/*_extra_packages/tempolayer*
1010
/layers/layer*/*_extra_python_packages/src
1111
/layers/layer*/*_extra_python_packages/tempolayer*
12+
/layers/layer1_python3_core/0032_setuptools/tempolayer*
1213
layers/layer1_python3_core/*/src/
1314
/layers/layer2_python3_circus/0500_circus/src
1415
/layers/layer2_python3_circus/0500_circus/tempolayer*

.metwork-framework/components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
| [hiredis](https://redis.com/lp/hiredis/) | 1.2.0 | core |
9595
| [hiredis](https://github.com/redis/hiredis-py) | 2.2.3 | python3 |
9696
| [identify](https://github.com/pre-commit/identify) | 2.6.2 | python3_devtools |
97-
| [idna](https://pypi.org/project/idna) | 3.7 | python3 |
97+
| [idna](https://pypi.org/project/idna) | 3.10 | python3 |
9898
| [importlib_metadata](https://github.com/python/importlib_metadata) | 6.8.0 | python3_core |
9999
| [iniconfig](https://github.com/pytest-dev/iniconfig) | 2.0.0 | python3_devtools |
100100
| [inotify_simple](https://github.com/chrisjbillington/inotify_simple) | 1.3.5 | python3 |
@@ -253,7 +253,7 @@
253253
| [setuptools-git](https://github.com/wichert/setuptools-git) | 1.2 | python3 |
254254
| [setuptools-rust](https://pypi.org/project/setuptools-rust) | 1.7.0 | python3 |
255255
| [setuptools-scm](https://pypi.org/project/setuptools-scm) | 8.1.0 | python3_core |
256-
| [setuptools](https://pypi.org/project/setuptools) | 70.3.0 | python3_core |
256+
| [setuptools](https://pypi.org/project/setuptools) | 75.6.0 | python3_core |
257257
| [sftp_py](https://github.com/AlexOrlek/sftp_py) | 0.2.1 | python3_devtools |
258258
| [shellcheck](http://www.shellcheck.net) | 0.9.0 | devtools |
259259
| [simple-term-menu](https://github.com/IngoMeyer441/simple-term-menu) | 1.6.4 | python3_devtools |
@@ -293,7 +293,7 @@
293293
| [wcmatch](https://github.com/facelessuser/wcmatch) | 8.5 | python3_devtools |
294294
| [wcwidth](https://github.com/jquast/wcwidth) | 0.2.8 | python3 |
295295
| [Werkzeug](https://pypi.org/project/Werkzeug) | 3.0.6 | python3 |
296-
| [wheel](https://pypi.org/project/wheel) | 0.41.3 | python3_core |
296+
| [wheel](https://pypi.org/project/wheel) | 0.45.1 | python3_core |
297297
| [whichcraft](https://github.com/pydanny/whichcraft) | 0.6.1 | python3 |
298298
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | 1.16.0 | python3 |
299299
| [wrk](https://github.com/wg/wrk) | 4.2.0 | devtools |

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
- bump pytest from 7.4.4 to 8.3.4 (and pluggy to 1.5.0) (#2026)
110110
- bump Pygments from 2.16.1 to 2.18.0 (#2027)
111111
- bump Pygments from 2.16.1 to 2.18.0
112+
- bump cryptography from 43.0.1 to 44.0.0 (#2032)
113+
- upgrade setuptools from 70.3.0 to 71.1.0 (#2034)
114+
- upgrade setuptools from 71.1.0 to 72.2.0 (#2035)
112115

113116
### Bug Fixes
114117

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wheel==0.41.3
1+
wheel==0.45.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
setuptools==70.3.0
1+
setuptools==75.6.0

layers/layer2_python3/0500_extra_python_packages/requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fsspec==2023.9.2
4242
geojson==3.2.0
4343
gitignore-parser==0.1.11
4444
hiredis==2.2.3
45-
idna==3.7
45+
idna==3.10
4646
inotify-simple==1.3.5
4747
ipython==8.16.1
4848
jedi==0.19.1

0 commit comments

Comments
 (0)