From 91852d954e008db75153dfa97363b5fef782090c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 02:44:09 +0000 Subject: [PATCH] build(deps): bump python-ulid from 1.1.0 to 2.7.0 Bumps [python-ulid](https://github.com/mdomke/python-ulid) from 1.1.0 to 2.7.0. - [Release notes](https://github.com/mdomke/python-ulid/releases) - [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst) - [Commits](https://github.com/mdomke/python-ulid/compare/1.1.0...2.7.0) --- updated-dependencies: - dependency-name: python-ulid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++++++------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63e4966..4e857e6 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.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2170,15 +2170,18 @@ test = ["coverage[toml] (>=6,<8)", "pytest (>=7,<8)", "pytest-clarity (>=1.0.1)" [[package]] name = "python-ulid" -version = "1.1.0" -description = "Universally Unique Lexicographically Sortable Identifier" +version = "2.7.0" +description = "Universally unique lexicographically sortable identifier" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "python-ulid-1.1.0.tar.gz", hash = "sha256:5fb5e4a91db8ca93e8938a613360b3def299b60d41f847279a8c39c9b2e9c65e"}, - {file = "python_ulid-1.1.0-py3-none-any.whl", hash = "sha256:88c952f6be133dbede19c907d72d26717d2691ec8421512b573144794d891e24"}, + {file = "python_ulid-2.7.0-py3-none-any.whl", hash = "sha256:c81658e382f69bad8c6d365155c4ae21843ae4226b94f72c12d7adcbb545a251"}, + {file = "python_ulid-2.7.0.tar.gz", hash = "sha256:18eb595885140851a490a95b0da4447911ff69fa9f434732067b97f6956f9fe9"}, ] +[package.extras] +pydantic = ["pydantic (>=2.0)"] + [[package]] name = "pytz" version = "2024.1" @@ -3126,4 +3129,4 @@ docs = ["sphinx", "sphinx-click"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5646718014bc38214511351d05aa252b3928c1ced3424407c1adcc7d0be38da9" +content-hash = "9352f3611d41fadf77583aa5b400da07d9010f76f0d3f4751a15595a4e548324" diff --git a/pyproject.toml b/pyproject.toml index 746e6d9..23475c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ requests = "^2.31.0" pydantic = "^2.3.0" aws-lambda-powertools = "^2.25.0" python-dotenv = "^1.0.0" -python-ulid = "^1.1.0" +python-ulid = ">=1.1,<3.0" aws-xray-sdk = "^2.12.0" tiktoken = "^0.5.1" pytz = "^2024.1"