More dependency updates

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-10-30 16:18:44 -04:00
parent 88f0715b2c
commit a542fa916f
2 changed files with 4 additions and 4 deletions

View File

@@ -40,12 +40,12 @@ wtforms = "~=3.0"
[tool.poetry.group.dev.dependencies]
bandit = "*"
beautifulsoup4 = "==4.12.2"
beautifulsoup4 = "^4.12.2"
black = "^23.10.1"
coverage = "*"
freezegun = "==1.2.2"
freezegun = "^1.2.2"
flake8 = "^6.1.0"
flake8-bugbear = "~23.9.16"
flake8-bugbear = "^23.9.16"
flake8-print = "^5.0.0"
flake8-pytest-style = "^1.7.2"
isort = "^5.12.0"