update python deps

This commit is contained in:
Sam 2023-11-15 18:14:19 +01:00
parent 1ec6853106
commit c43fb1b928
2 changed files with 484 additions and 507 deletions

981
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,20 +40,20 @@ gunicorn = "^21.0"
humanize = "^4.7" humanize = "^4.7"
psycopg2-binary = "^2.9" psycopg2-binary = "^2.9"
pyjwt = "^2.8" pyjwt = "^2.8"
pyopenssl = "^23.2" pyopenssl = "^23.3"
pytz = "^2023.3" pytz = "^2023.3"
shortuuid = "^1.0.11" shortuuid = "^1.0.11"
staticmap = "^0.5.7" staticmap = "^0.5.7"
sqlalchemy = "=1.4.49" sqlalchemy = "=1.4.50"
ua-parser = "^0.18.0" ua-parser = "^0.18.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
bandit = "^1.7.5" bandit = "^1.7.5"
black = "^23.9" black = "^23.11"
flake8 = "^6.1" # requires Python >=3.8.1 flake8 = "^6.1" # requires Python >=3.8.1
freezegun = "^1.2" freezegun = "^1.2"
furo = "^2023.9" furo = "^2023.9"
mypy = "^1.5" mypy = "^1.7"
pytest = "^7.4" pytest = "^7.4"
pytest-black = "^0.3" pytest-black = "^0.3"
pytest-cov = "^4.1" pytest-cov = "^4.1"
@ -61,7 +61,7 @@ pytest-html = "3.2.0"
pytest-isort = "^3.1" pytest-isort = "^3.1"
pytest-runner = "^6.0" pytest-runner = "^6.0"
pytest-selenium = "^4.0" pytest-selenium = "^4.0"
pytest-xdist = {extras = ["psutil"], version = "^3.3"} pytest-xdist = {extras = ["psutil"], version = "^3.4"}
recommonmark = "^0.7" recommonmark = "^0.7"
selenium = "4.9.0" selenium = "4.9.0"
sphinx = "^7.1" sphinx = "^7.1"