From fc5be084ea8797ec5af43d856b18824884d42592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:57:08 +0000 Subject: [PATCH] build(deps): bump uritools from 3.0.2 to 4.0.3 Bumps [uritools](https://github.com/tkem/uritools) from 3.0.2 to 4.0.3. - [Changelog](https://github.com/tkem/uritools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/uritools/compare/v3.0.2...v4.0.3) --- updated-dependencies: - dependency-name: uritools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 093684b..769d66f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aenum" @@ -850,13 +850,13 @@ files = [ [[package]] name = "uritools" -version = "4.0.2" +version = "4.0.3" description = "URI parsing, classification and composition" optional = false python-versions = ">=3.7" files = [ - {file = "uritools-4.0.2-py3-none-any.whl", hash = "sha256:607b15eae1e7b69a120f463a7d98f91a56671e1ab92aae13f8e1f25c017fe60e"}, - {file = "uritools-4.0.2.tar.gz", hash = "sha256:04df2b787d0eb76200e8319382a03562fbfe4741fd66c15506b08d3b8211d573"}, + {file = "uritools-4.0.3-py3-none-any.whl", hash = "sha256:bae297d090e69a0451130ffba6f2f1c9477244aa0a5543d66aed2d9f77d0dd9c"}, + {file = "uritools-4.0.3.tar.gz", hash = "sha256:ee06a182a9c849464ce9d5fa917539aacc8edd2a4924d1b7aabeeecabcae3bc2"}, ] [[package]] @@ -976,4 +976,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c3890de3b00c61198edb8bffc4b3b814d20621f4ed9b5e6756ce56c808f78b11" +content-hash = "d656359b2b582a5ae0a79db5852397cf8d6a3b37c5f5a40f680a945274e7c76a" diff --git a/pyproject.toml b/pyproject.toml index f2fff44..1e2fa17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pyyaml = "^6.0.1" semver = "^3.0.2" six = "^1.16.0" tornado = "^6.4" -uritools = "^4.0.2" +uritools = "^4.0.3" wcwidth = "^0.2.13" gitpython = "^3.1.41" toml = "^0.10.2"