mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 11:29:49 -04:00
Merge pull request #3044 from GSA/dependabot/pip/hypothesis-6.142.3
Bump hypothesis from 6.142.2 to 6.142.3
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -1490,14 +1490,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hypothesis"
|
name = "hypothesis"
|
||||||
version = "6.142.2"
|
version = "6.142.3"
|
||||||
description = "A library for property-based testing"
|
description = "A library for property-based testing"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "hypothesis-6.142.2-py3-none-any.whl", hash = "sha256:cc6c6e66c06aff695dd255501a767b528e00d84ce3572160425a9ba5e4a47845"},
|
{file = "hypothesis-6.142.3-py3-none-any.whl", hash = "sha256:2fc19a2824c9bdc3f8e39d87861fbdf1d766982b20d54646a642bce82bcac179"},
|
||||||
{file = "hypothesis-6.142.2.tar.gz", hash = "sha256:c4204a2ce327e45fbaf83a2b58142a285135698dc1d08e368ae9901f06b49e64"},
|
{file = "hypothesis-6.142.3.tar.gz", hash = "sha256:f1aaf83f6cc0c50f1b61e167974a8a67377dce13e0ea628b67a83f574ef30b85"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -4420,4 +4420,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "dc64b1551ac02632c4ea831778934a91c4e9bbe5d9da1ca161ae9430111bce36"
|
content-hash = "37868fcef68e149a4be5882b70a3e53c8746f30681207c6897c2ca14e4294c84"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ flask-login = "^0.6"
|
|||||||
flask-talisman = "*"
|
flask-talisman = "*"
|
||||||
flask-wtf = "^1.2"
|
flask-wtf = "^1.2"
|
||||||
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
|
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
|
||||||
hypothesis = "^6.142.2"
|
hypothesis = "^6.142.3"
|
||||||
humanize = "~=4.14"
|
humanize = "~=4.14"
|
||||||
itsdangerous = "~=2.2"
|
itsdangerous = "~=2.2"
|
||||||
jinja2 = "^3.1.6"
|
jinja2 = "^3.1.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user