Skip to content

Commit

Permalink
Merge branch 'main' into implement-auto-cache-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Apr 10, 2024
2 parents f3efb43 + 1c87d88 commit f0b14a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ fastapi = { extras = ["all"], version = "^0.110.1" }
[tool.poetry.group.dev.dependencies]
requests = "^2.31.0"
fakeredis = "^2.21.3"
faker = "^24.4.0"
faker = "^24.8.0"
mock = "^5.1.0"
pyfakefs = "^5.3.5"
pyfakefs = "^5.4.0"
pytest = "^8.1.1"
pytest-asyncio = "0.21.1"
pytest-cov = "^5.0.0"
Expand All @@ -51,7 +51,7 @@ pymarkdownlnt = "^0.9.17"

# needed for mupy typing
types-python-dateutil = "^2.9.0.20240316"
types-redis = "^4.6.0.20240311"
types-redis = "^4.6.0.20240409"

# changelog generation
github-changelog-md = "^0.9.2"
Expand Down

0 comments on commit f0b14a4

Please sign in to comment.