From 7d7972720efa8303af2f60a95030560b1748917d Mon Sep 17 00:00:00 2001 From: Daniel M Date: Tue, 8 Nov 2022 12:44:46 -0500 Subject: [PATCH] Update version --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1879cc0..5abbf1bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,15 +366,15 @@ testing = ["coverage", "nose"] [[package]] name = "platformdirs" -version = "2.5.2" -description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +version = "2.5.3" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "dev" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"] -test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"] +docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.19.4)", "sphinx (>=5.3)"] +test = ["appdirs (==1.4.4)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest (>=7.2)"] [[package]] name = "pluggy" @@ -824,4 +824,4 @@ urllib3 = [] virtualenv = [] webencodings = [] wrapt = [] -zipp = [] \ No newline at end of file +zipp = [] diff --git a/pyproject.toml b/pyproject.toml index f2dd90de..3835ef6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "fakeredis" packages = [ { include = "fakeredis" }, ] -version = "1.10.0" +version = "1.10.1" description = "Fake implementation of redis API for testing purposes." readme = "README.md" keywords = ["redis", "rq", "django-rq", "rq-scheduler"]