From 929124c87f40d28ef0ec4cec4a7f69a28595352b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:06:53 +0000 Subject: [PATCH] build(deps-dev): bump tomli from 2.0.1 to 2.2.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.2.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.2.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wheel/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheel/dev_requirements.txt b/wheel/dev_requirements.txt index ca8db64991..9431dfb60e 100644 --- a/wheel/dev_requirements.txt +++ b/wheel/dev_requirements.txt @@ -25,5 +25,5 @@ requests==2.32.0 sortedcontainers==2.4.0 setuptools==67.4.0 tinyarray==1.2.4 -tomli==2.0.1 +tomli==2.2.1 urllib3==1.26.19