Update several recent dependencies

This changeset updates several dependencies that Dependabot has flagged for us but cannot merge due to the E2E test bug with it.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-04-03 17:09:35 -04:00
parent e572d789e0
commit 748dbc12fd
2 changed files with 21 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12.2"
@@ -32,7 +33,7 @@ pyexcel-xlsx = "==0.6.0"
openpyxl = "==3.0.10"
pyproj = "==3.6.1"
python-dotenv = "==1.0.1"
pytz = "==2023.3.post1"
pytz = "~=2023.4"
rtreelib = "==0.2.0"
werkzeug = "^3.0.1"
wtforms = "~=3.1"
@@ -53,10 +54,10 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "^4.2"
pip-audit = "*"
pre-commit = "^3.6.0"
pytest = "^7.4.4"
pytest = "^8.1.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.12.0"
pytest-playwright = "^0.4.3"
pytest-mock = "^3.14.0"
pytest-playwright = "^0.4.4"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"