From b8f9bc1166bb007979fd2c73f25b9586ef544416 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sun, 6 Oct 2024 19:12:52 -0700 Subject: [PATCH] chore(deps): update dependency build to v1.2.2.post1 ##### [`v1.2.2.post1](https://github.com/pypa/build/releases/tag/1.2.2.post1) This release only makes metadata (Python 3.13 classifier), docs, and test suite changes. #### What's Changed - ci: add Python 3.13 by [@henryiii](https://github.com/henryiii) in https://github.com/pypa/build/pull/815 - docs: mention conda-forge name in README by [@henryiii](https://github.com/henryiii) in https://github.com/pypa/build/pull/816 - docs: add a missing \` in README by [@SigureMo](https://github.com/SigureMo) in https://github.com/pypa/build/pull/817 - tests: fix under pyproject-hooks 1.2 by [@layday](https://github.com/layday) in https://github.com/pypa/build/pull/824 - ci: add PyPI attestations by [@henryiii](https://github.com/henryiii) in https://github.com/pypa/build/pull/821 - chore: 1.2.2.post1 by [@henryiii](https://github.com/henryiii) in https://github.com/pypa/build/pull/820 #### New Contributors - [@SigureMo](https://github.com/SigureMo) made their first contribution in https://github.com/pypa/build/pull/817 **Full Changelog**: https://github.com/pypa/build/compare/1.2.2...1.2.2.post1 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11b6fca06b..ac9480e354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,9 +67,9 @@ bleach==6.1.0 \ --hash=sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe \ --hash=sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 # via nbconvert -build==1.2.2 \ - --hash=sha256:119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c \ - --hash=sha256:277ccc71619d98afdd841a0e96ac9fe1593b823af481d3b0cea748e8894e0613 +build==1.2.2.post1 \ + --hash=sha256:1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5 \ + --hash=sha256:b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7 # via pip-tools certifi==2024.8.30 \ --hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \