update python dependencies

This commit is contained in:
Sam 2022-03-27 09:33:59 +02:00
parent e11970665b
commit 73f68ffc94
2 changed files with 369 additions and 314 deletions

667
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -35,22 +35,22 @@ humanize = "^4.0"
psycopg2-binary = "^2.9" psycopg2-binary = "^2.9"
pyjwt = "^2.3" pyjwt = "^2.3"
python-forecastio = "^1.4" python-forecastio = "^1.4"
pytz = "^2021.3" pytz = "^2022.1"
shortuuid = "^1.0.8" shortuuid = "^1.0.8"
staticmap = "^0.5.4" staticmap = "^0.5.4"
SQLAlchemy = "1.4.31" SQLAlchemy = "1.4.32"
pyOpenSSL = "^22.0" pyOpenSSL = "^22.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "^22.1" black = "^22.1"
freezegun = "^1.1" freezegun = "^1.2"
mypy = "^0.931" mypy = "^0.942"
pytest = "^7.0" pytest = "^7.1"
pytest-black = "^0.3.12" pytest-black = "^0.3.12"
pytest-cov = "^3.0" pytest-cov = "^3.0"
pytest-flake8 = "^1.0" pytest-flake8 = "^1.1"
pytest-isort = "^3.0" pytest-isort = "^3.0"
pytest-runner = "^5.3" pytest-runner = "^6.0"
pytest-selenium = "^2.0.1" pytest-selenium = "^2.0.1"
recommonmark = "^0.7" recommonmark = "^0.7"
sphinx-bootstrap-theme = "^0.8.1" sphinx-bootstrap-theme = "^0.8.1"