Merge pull request #149 from redis/dependabot/pip/python-ulid-1.1.0

Bump python-ulid from 1.0.3 to 1.1.0
This commit is contained in:
Simon Prickett 2022-03-14 14:26:24 +00:00 committed by GitHub
commit dc6621280e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
poetry.lock generated
View file

@ -877,11 +877,14 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-ulid" name = "python-ulid"
version = "1.0.3" version = "1.1.0"
description = "Universally Unique Lexicographically Sortable Identifier" description = "Universally Unique Lexicographically Sortable Identifier"
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
[package.dependencies]
importlib-metadata = {version = "*", markers = "python_version == \"3.7\""}
[[package]] [[package]]
name = "pywin32-ctypes" name = "pywin32-ctypes"
@ -1751,8 +1754,8 @@ python-dotenv = [
{file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"}, {file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"},
] ]
python-ulid = [ python-ulid = [
{file = "python-ulid-1.0.3.tar.gz", hash = "sha256:5dd8b969312a40e2212cec9c1ad63f25d4b6eafd92ee3195883e0287b6e9d19e"}, {file = "python-ulid-1.1.0.tar.gz", hash = "sha256:5fb5e4a91db8ca93e8938a613360b3def299b60d41f847279a8c39c9b2e9c65e"},
{file = "python_ulid-1.0.3-py3-none-any.whl", hash = "sha256:8704dc20f547f531fe3a41d4369842d737a0f275403b909d0872e7ea0fe8d6f2"}, {file = "python_ulid-1.1.0-py3-none-any.whl", hash = "sha256:88c952f6be133dbede19c907d72d26717d2691ec8421512b573144794d891e24"},
] ]
pywin32-ctypes = [ pywin32-ctypes = [
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},