Skip to content

Commit 851e693

Browse files
committed
chore: further updates to packages
1 parent 4fd11c0 commit 851e693

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

src/poetry.lock

+25-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clicksend-client = "^5.0.72"
2424
minio = "^7.1.17"
2525
bcrypt = "^4.0.1"
2626
PyJWT = "^2.8.0"
27-
python-multipart = "^0.0.5"
27+
python-multipart = "^0.0.6"
2828
pytest = "^7.4.3"
2929
pytz = "^2023.3.post1"
3030
httpx = "^0.25.0"
@@ -39,13 +39,16 @@ taskiq = {version = "^0.10.2", extras = ["reload"]}
3939
taskiq-aio-pika = "^0.4.0"
4040
taskiq-fastapi = "^0.3.1"
4141
taskiq-redis = "^0.4.0"
42-
pydantic-settings = "^2.0.2"
42+
pydantic-settings = "^2.0.3"
4343
certifi = "^2023.7.22"
4444
taskiq-dependencies = "^1.4.2"
4545
pydantic = "^2.1.1"
4646
pytest-env = "^1.1.1"
4747
aio-pika = "^9.3.0"
4848
gitignore-parser = "^0.1.9"
49+
click = "^8.1.7"
50+
dnspython = "^2.4.2"
51+
annotated-types = "^0.6.0"
4952

5053
[tool.poetry.dev-dependencies]
5154
watchdog = "^2.1.8"

0 commit comments

Comments
 (0)