From a542fa916f079b6d674d38cb19a8a08680248e61 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Mon, 30 Oct 2023 16:18:44 -0400 Subject: [PATCH] More dependency updates Signed-off-by: Carlo Costino --- poetry.lock | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 67283044c..097d11d26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2851,4 +2851,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d08ede3478bac1935a34d769227e881c90b7c6bae9d910e0aa148818759b1314" +content-hash = "1fa4c6660c944c683b91a0c4eda1044cb1040e53b2f6d922bacb4ab5cab25e3b" diff --git a/pyproject.toml b/pyproject.toml index a9826072b..75ddb71da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"