mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
More dependency updates
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user