Skip to content

Commit

Permalink
update version number and bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jun 14, 2021
1 parent b59837d commit dc12793
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==20.8b1
coverage==5.5
fakeredis==1.5.0
flake8==3.9.1
fakeredis==1.5.2
flake8==3.9.2
isort==5.8.0
pytest==6.2.3
pytest-cov==2.11.1
pytest==6.2.4
pytest-cov==2.12.1
pytest-flake8==1.0.7
pytest-random-order==1.0.4
requests==2.25.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.63.0
pydantic==1.8.1
fastapi==0.65.2
pydantic==1.8.2
redis==3.5.3
uvicorn==0.13.4
uvicorn==0.14.0
2 changes: 1 addition & 1 deletion src/fastapi_redis_cache/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# flake8: noqa
__version_info__ = ("0", "2", "2") # pragma: no cover
__version_info__ = ("0", "2", "3") # pragma: no cover
__version__ = ".".join(__version_info__) # pragma: no cover

0 comments on commit dc12793

Please sign in to comment.