Update requirements to the latest versions

master
Антон Касимов 2023-12-02 00:16:22 +03:00
parent bdd7753a46
commit 480f4266b6
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
["pyproject.toml".tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
pytest-xdist = {extras = ["psutil"], version = "^3.0.2"}
pytest-sugar = "^0.9.5"
Faker = "^15.1.0"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
pytest-xdist = {extras = ["psutil"], version = "^3.5.0"}
pytest-sugar = "^0.9.7"
Faker = "^20.1.0"
pytest-snapshot = "^0.9.0"
["pyproject.toml".tool.pytest.ini_options]

View File

@ -1,11 +1,11 @@
["pyproject.toml".tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
["pyproject.toml".tool.poetry.group.dev.dependencies]
wemake-python-styleguide = "^0.18.0"
flake8-pytest-style = "^1.3.0"
flake8-pytest-style = "^1.7.2"
flake8-SQL = "^0.4.1"
flake8-annotations = "^2.4.1"
flake8-logging-format = "^0.8.1"
flake8-annotations = "^3.0.1"
flake8-logging-format = "^0.9.0"
flake8-spellcheck = "^0.28.0"
isort = "^5.7.0"