mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-19 12:44:52 -04:00
Merge pull request #1555 from GSA/dependabot/pip/blinker-1.9.0
Bump blinker from 1.8.2 to 1.9.0
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -407,13 +407,13 @@ css = ["tinycss2 (>=1.1.0,<1.5)"]
|
||||
|
||||
[[package]]
|
||||
name = "blinker"
|
||||
version = "1.8.2"
|
||||
version = "1.9.0"
|
||||
description = "Fast, simple object-to-object and broadcast signaling"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "blinker-1.8.2-py3-none-any.whl", hash = "sha256:1779309f71bf239144b9399d06ae925637cf6634cf6bd131104184531bf67c01"},
|
||||
{file = "blinker-1.8.2.tar.gz", hash = "sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83"},
|
||||
{file = "blinker-1.9.0-py3-none-any.whl", hash = "sha256:ba0efaa9080b619ff2f3459d1d500c57bddea4a6b424b60a91141db6fd2f08bc"},
|
||||
{file = "blinker-1.9.0.tar.gz", hash = "sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4955,4 +4955,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12.2"
|
||||
content-hash = "ec12213207bec3f439862a61c65ba45d3a4df991162815ddd75408c88afda165"
|
||||
content-hash = "8904d8f81805e9c7fa124868f5d9f356a8be6b42e56df2ee09fa2a5f8d936e45"
|
||||
|
||||
@@ -61,7 +61,7 @@ regex = "^2024.7.24"
|
||||
shapely = "^2.0.5"
|
||||
smartypants = "^2.0.1"
|
||||
mistune = "0.8.4"
|
||||
blinker = "^1.8.2"
|
||||
blinker = "^1.9.0"
|
||||
cryptography = "^43.0.1"
|
||||
idna = "^3.7"
|
||||
jmespath = "^1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user