Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Jan 2, 2024
1 parent 0c46cbd commit 0966db1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ authors = ["Ynput <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
aiofiles = "^23.1.0"
aiofiles = "^23.2.1"
aioshutil = "^1.3"
asyncpg = "^0.29.0"
codenamize = "^1.2.3"
email-validator = "^1.1.3"
fastapi = "^0.104"
geoip2 = "^4.6.0"
fastapi = "^0.106"
geoip2 = "^4.8.0"
gunicorn = "^21.2"
httpx = "^0.23"
httpx = "^0.26"
nxtools = "^1.6"
orjson = "^3.8.6"
psutil = "^5.9.4"
pydantic = "1.10.12" # 1.10.12 is the last 1.x version
pyyaml = "^6.0.1"
redis = "^4.5.5"
redis = "^5.0.1"
rich = "^13.4.2"
shortuuid = "^1.0.11"
strawberry-graphql = {extras = ["fastapi"], version = "^0.217.0"}
Expand All @@ -30,12 +30,12 @@ user-agents = "^2.2.0"
uvicorn = {extras = ["standard"], version = "^0.25"}
semver = "^3.0.1"
pyjwt = "^2.8.0"
cryptography = "^41.0.5"
cryptography = "^41.0.7"

[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
pytest-order = "^1.0.1"
ruff = "^0.0.267"
ruff = "^0.1.9"
black = {version = "^22.1.0", allow-prereleases = true}
mypy = "^1.8"
pre-commit = "^2.20.0"
Expand Down

0 comments on commit 0966db1

Please sign in to comment.