Merge main into fix/js-cleanup - Resolved conflict by removing deprecated _uswds-theme-custom-styles.scss file. Updated poetry.lock dependencies from main.

This commit is contained in:
Alex Janousek
2025-11-07 07:26:37 -05:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1490,14 +1490,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "hypothesis"
version = "6.146.0"
version = "6.147.0"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "hypothesis-6.146.0-py3-none-any.whl", hash = "sha256:aef4a9cd82cdb51173decfc37c16a71c8f89e4b60111bafe39615a4c19de5f57"},
{file = "hypothesis-6.146.0.tar.gz", hash = "sha256:542b8a6b7c4ab15a3a259893cd646b4e324ac332b4d19901abd68a79790dd963"},
{file = "hypothesis-6.147.0-py3-none-any.whl", hash = "sha256:de588807b6da33550d32f47bcd42b1a86d061df85673aa73e6443680249d185e"},
{file = "hypothesis-6.147.0.tar.gz", hash = "sha256:72e6004ea3bd1460bdb4640b6389df23b87ba7a4851893fd84d1375635d3e507"},
]
[package.dependencies]
@@ -4424,4 +4424,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "13a0ff0a4c7f53fe2691d4e99f724fdbb3bc43b2c50135e94bfd6a506f3149f7"
content-hash = "98b1448f977e78bc81ba022fbec0512f024541ab96e08cb2e1cd9274728b72fb"

View File

@@ -20,7 +20,7 @@ flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
hypothesis = "^6.146.0"
hypothesis = "^6.147.0"
humanize = "~=4.14"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"