Update dependencies (05/14/2024)

This changeset updates several dependencies flagged by Dependabot that we cannot merge directly due to the E2E test issue.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-14 15:42:08 -04:00
parent b5c7a71215
commit d484c3636b
2 changed files with 40 additions and 42 deletions

View File

@@ -44,7 +44,7 @@ markdown = "^3.5.2"
bandit = "*"
black = "^24.2.0"
coverage = "*"
freezegun = "^1.4.0"
freezegun = "^1.5.1"
flake8 = "^7.0.0"
flake8-bugbear = "^24.1.17"
flake8-print = "^5.0.0"
@@ -52,7 +52,7 @@ flake8-pytest-style = "^1.7.2"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
pip-audit = "*"
pre-commit = "^3.6.0"
pre-commit = "^3.7.1"
pytest = "^8.1.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"