Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Mar 5, 2023
1 parent 2cd8876 commit e04c388
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
92 changes: 46 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dictdatabase"
version = "2.4.2"
version = "2.4.3"
repository = "https://github.com/mkrd/DictDataBase"
description = "Easy-to-use database using dicts"
authors = ["Marcel Kröker <[email protected]>"]
Expand All @@ -17,7 +17,7 @@ classifiers=[

[tool.poetry.dependencies]
python = "^3.8"
orjson = "^3.8.5"
orjson = "^3.8.7"

[tool.poetry.group.dev.dependencies]
pycodestyle = "^2.10.0"
Expand Down

0 comments on commit e04c388

Please sign in to comment.