Skip to content

Commit 02cdab7

Browse files
committed
bump dependencies
1 parent 2e7aa37 commit 02cdab7

File tree

3 files changed

+60
-39
lines changed

3 files changed

+60
-39
lines changed

asynctinydb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.7.2"

poetry.lock

Lines changed: 54 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "async-tinydb"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
description = "Yet Another Async TinyDB"
55
authors = ["VermiIIi0n <dungeon.behind0t@icloud.com>", "Markus Siemens <markus@m-siemens.de>", ]
66
license = "MIT"
@@ -90,11 +90,11 @@ ignore_errors = true
9090
[tool.poetry.dependencies]
9191
python = "^3.10"
9292
nest-asyncio = "^1.5.5"
93-
ujson = "^5.4.0"
93+
ujson = ">5.4.0"
9494
pycryptodome = {version = "^3.15.0", optional = true}
9595
Brotli = {version = "^1.0.9", optional = true}
9696
blosc2 = {version = "^0.4.1", optional = true}
97-
vermils = "^0.3.0"
97+
vermils = "^0.3.5"
9898
cachetools = "^5.3.0"
9999

100100
[tool.poetry.extras]
@@ -111,9 +111,9 @@ sphinx = "^2.2.1"
111111
coveralls = ">1.8.2"
112112
pyyaml = "^6.0.1"
113113
pytest-mypy = { version = ">0.8.1", markers = "platform_python_implementation != 'PyPy'" }
114-
types-PyYAML = ">5.4.3"
114+
types-PyYAML = ">6.0.1"
115115
types-cachetools = "^5.3.0.5"
116-
types-ujson = "^5.5.0"
116+
types-ujson = ">5.5.0"
117117
typing-extensions = { version = ">3.10.0" }
118118
pytest-asyncio = ">0.19.0"
119119

0 commit comments

Comments
 (0)