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

2
poetry.lock generated
View File

@@ -2851,4 +2851,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "d08ede3478bac1935a34d769227e881c90b7c6bae9d910e0aa148818759b1314" content-hash = "1fa4c6660c944c683b91a0c4eda1044cb1040e53b2f6d922bacb4ab5cab25e3b"

View File

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