Skip to content

Commit f9019b7

Browse files
Bump dependency versions (HarryMWinters#12) 🔒
1 parent 360ccfa commit f9019b7

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ documentation = "https://fastapi-oidc.readthedocs.io/en/latest/"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.8"
14-
fastapi = "^0.61.0"
15-
pydantic = "^1.6.1"
16-
cachetools = "^4.1.1"
17-
requests = "^2.24.0"
18-
python-jose = {extras = ["cryptography"], version = "^3.2.0"}
19-
mypy = "^0.910"
14+
fastapi = ">= 0.61.0"
15+
pydantic = ">= 1.6.1"
16+
cachetools = ">= 4.1.1"
17+
requests = ">= 2.24.0"
18+
python-jose = {extras = ["cryptography"], version = ">= 3.2.0"}
2019

2120
[tool.poetry.dev-dependencies]
2221
pytest = "^6.0.1"

0 commit comments

Comments
 (0)