More dependency updates

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-10-30 16:07:36 -04:00
parent c3049cec73
commit 5e206ab10b
2 changed files with 52 additions and 56 deletions

View File

@@ -67,25 +67,25 @@ werkzeug = "^3.0.1"
[tool.poetry.group.dev.dependencies]
bandit = "*"
black = "==23.9.1"
black = "^23.10.1"
cloudfoundry-client = "*"
exceptiongroup = "==1.1.3"
flake8 = "==4.0.1"
flake8-bugbear = "==23.3.12"
freezegun = "==1.2.2"
flake8 = "^6.1.0"
flake8-bugbear = "^23.3.12"
freezegun = "^1.2.2"
honcho = "*"
isort = "==5.12.0"
isort = "^5.12.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==4.2.6"
pip-audit = "*"
pytest = "==7.4.2"
pytest-env = "==1.0.1"
pytest-mock = "==3.11.1"
pytest-cov = "==4.1.0"
pytest-xdist = "==3.3.1"
radon = "==6.0.1"
requests-mock = "==1.11.0"
vulture = "==2.10"
pytest = "^7.4.2"
pytest-env = "^1.0.1"
pytest-mock = "^3.11.1"
pytest-cov = "^4.1.0"
pytest-xdist = "^3.3.1"
radon = "^6.0.1"
requests-mock = "^1.11.0"
vulture = "^2.10"
[build-system]