Skip to content

Commit dc12793

Browse files
committed
update version number and bump requirements
1 parent b59837d commit dc12793

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements-dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
black==20.8b1
22
coverage==5.5
3-
fakeredis==1.5.0
4-
flake8==3.9.1
3+
fakeredis==1.5.2
4+
flake8==3.9.2
55
isort==5.8.0
6-
pytest==6.2.3
7-
pytest-cov==2.11.1
6+
pytest==6.2.4
7+
pytest-cov==2.12.1
88
pytest-flake8==1.0.7
99
pytest-random-order==1.0.4
1010
requests==2.25.1

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.63.0
2-
pydantic==1.8.1
1+
fastapi==0.65.2
2+
pydantic==1.8.2
33
redis==3.5.3
4-
uvicorn==0.13.4
4+
uvicorn==0.14.0

src/fastapi_redis_cache/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# flake8: noqa
2-
__version_info__ = ("0", "2", "2") # pragma: no cover
2+
__version_info__ = ("0", "2", "3") # pragma: no cover
33
__version__ = ".".join(__version_info__) # pragma: no cover

0 commit comments

Comments
 (0)