mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
Merge pull request #577 from GSA/dependabot/pip/blinker-1.7.0
Bump blinker from 1.6.2 to 1.7.0
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -381,13 +381,13 @@ css = ["tinycss2 (>=1.1.0,<1.3)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "blinker"
|
name = "blinker"
|
||||||
version = "1.6.2"
|
version = "1.7.0"
|
||||||
description = "Fast, simple object-to-object and broadcast signaling"
|
description = "Fast, simple object-to-object and broadcast signaling"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "blinker-1.6.2-py3-none-any.whl", hash = "sha256:c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0"},
|
{file = "blinker-1.7.0-py3-none-any.whl", hash = "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9"},
|
||||||
{file = "blinker-1.6.2.tar.gz", hash = "sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213"},
|
{file = "blinker-1.7.0.tar.gz", hash = "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4636,4 +4636,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,<3.12"
|
python-versions = ">=3.9,<3.12"
|
||||||
content-hash = "c47c094b2c37daca887c9fb1e4cb25b45c8a66d5e3d0e480063a295cfae73c7d"
|
content-hash = "afccad1f43aa8f8a5368bc4474e6417b55ba6cb5c4ba91e931d82f0c678c372b"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ bcrypt = "==4.0.1"
|
|||||||
beautifulsoup4 = "==4.12.2"
|
beautifulsoup4 = "==4.12.2"
|
||||||
billiard = "==3.6.4.0"
|
billiard = "==3.6.4.0"
|
||||||
bleach = "^6.1.0"
|
bleach = "^6.1.0"
|
||||||
blinker = "~=1.4"
|
blinker = "~=1.7"
|
||||||
boto3 = "^1.28.66"
|
boto3 = "^1.28.66"
|
||||||
botocore = "^1.31.66"
|
botocore = "^1.31.66"
|
||||||
cachetools = "==5.3.2"
|
cachetools = "==5.3.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user