update dependencies

This commit is contained in:
2024-01-14 00:51:44 +03:00
parent 5205de2f73
commit c82984c03b
3 changed files with 106 additions and 106 deletions

View File

@@ -20,7 +20,7 @@ decorator = "^5.1"
Django = "^4.2"
factory-boy = "^3.3"
Faker = "^19.0"
fastapi = "^0.108"
fastapi = "^0.109"
gunicorn = "^21.2"
httpx = "^0.26"
Jinja2 = "^3.1"
@@ -53,13 +53,13 @@ wget = "^3.2"
zipp = "^3.16"
[tool.poetry.dev-dependencies]
ipython = "^8.19"
ipython = "^8.20"
black = "^23.12"
mypy = "^1.8"
autoflake = "^2.2"
flake8 = "^6.1"
flake8 = "^7.0"
flake8-logging-format = "^0.9"
flake8-comprehensions = "^3.14"
flake8-eradicate = "^1.5"
@@ -75,7 +75,7 @@ flake8-simplify = "^0.21"
flake8-variables-names = "^0.0.6"
flake8-bandit = "^4.1"
flake8-tidy-imports = "^4.10"
flake8-noqa = "^1.3"
flake8-noqa = "^1.4"
flake8-useless-assert = "^0.4"
flake8-mock = "^0.4"
flake8-comments = "^0.1"
@@ -104,6 +104,6 @@ assertpy = "^1.1"
respx = "^0.20"
safety = "^2.4.0b2"
pip-audit = "^2.6"
pip-audit = "^2.7"
ruff = "^0.1"