mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Updated utils to 0.5.1 release in prep for Flask upgrade
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -2670,7 +2670,7 @@ requests = ">=2.0.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "notifications-utils"
|
name = "notifications-utils"
|
||||||
version = "0.4.6"
|
version = "0.5.1"
|
||||||
description = ""
|
description = ""
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
@@ -2682,7 +2682,7 @@ async-timeout = "^4.0.2"
|
|||||||
bleach = "^6.1.0"
|
bleach = "^6.1.0"
|
||||||
blinker = "^1.7.0"
|
blinker = "^1.7.0"
|
||||||
boto3 = "^1.34.83"
|
boto3 = "^1.34.83"
|
||||||
botocore = "^1.34.83"
|
botocore = "^1.34.92"
|
||||||
cachetools = "^5.3.0"
|
cachetools = "^5.3.0"
|
||||||
certifi = "^2024.2.2"
|
certifi = "^2024.2.2"
|
||||||
cffi = "^1.16.0"
|
cffi = "^1.16.0"
|
||||||
@@ -2701,7 +2701,7 @@ markupsafe = "^2.1.5"
|
|||||||
mistune = "==0.8.4"
|
mistune = "==0.8.4"
|
||||||
numpy = "^1.24.2"
|
numpy = "^1.24.2"
|
||||||
ordered-set = "^4.1.0"
|
ordered-set = "^4.1.0"
|
||||||
phonenumbers = "^8.13.34"
|
phonenumbers = "^8.13.35"
|
||||||
pycparser = "^2.21"
|
pycparser = "^2.21"
|
||||||
python-dateutil = "^2.8.2"
|
python-dateutil = "^2.8.2"
|
||||||
python-json-logger = "^2.0.7"
|
python-json-logger = "^2.0.7"
|
||||||
@@ -2711,7 +2711,7 @@ redis = "^5.0.3"
|
|||||||
regex = "^2023.12.25"
|
regex = "^2023.12.25"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
s3transfer = "^0.10.1"
|
s3transfer = "^0.10.1"
|
||||||
shapely = "^2.0.1"
|
shapely = "^2.0.4"
|
||||||
six = "^1.16.0"
|
six = "^1.16.0"
|
||||||
smartypants = "^2.0.1"
|
smartypants = "^2.0.1"
|
||||||
urllib3 = "^2.2.1"
|
urllib3 = "^2.2.1"
|
||||||
@@ -2721,8 +2721,8 @@ werkzeug = "^3.0.1"
|
|||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/GSA/notifications-utils.git"
|
url = "https://github.com/GSA/notifications-utils.git"
|
||||||
reference = "d20efc2"
|
reference = "HEAD"
|
||||||
resolved_reference = "d20efc29d68ecbb55ef964db890d17426cf34a0f"
|
resolved_reference = "e047ba3e37f9fd885baafe6944a4910285a506fb"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "numpy"
|
name = "numpy"
|
||||||
@@ -4797,4 +4797,4 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "4a4f784f065a9d8e661352635ce7cc72f5d74f017c1261cbc85a582f8042b335"
|
content-hash = "356db590df1f29a6981959227e677a87debd065949b1a374fef8d80737139126"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ marshmallow = "==3.21.1"
|
|||||||
marshmallow-sqlalchemy = "==1.0.0"
|
marshmallow-sqlalchemy = "==1.0.0"
|
||||||
newrelic = "*"
|
newrelic = "*"
|
||||||
notifications-python-client = "==9.0.0"
|
notifications-python-client = "==9.0.0"
|
||||||
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git",rev = "d20efc2"}
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
||||||
oscrypto = "==1.3.0"
|
oscrypto = "==1.3.0"
|
||||||
packaging = "==23.2"
|
packaging = "==23.2"
|
||||||
poetry-dotenv-plugin = "==0.2.0"
|
poetry-dotenv-plugin = "==0.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user