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:
Carlo Costino
2024-04-29 15:44:33 -04:00
parent 4b37d81c16
commit 5dc23947e2
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@@ -1680,7 +1680,7 @@ requests = ">=2.0.0"
[[package]]
name = "notifications-utils"
version = "0.4.6"
version = "0.5.1"
description = ""
optional = false
python-versions = "^3.12.2"
@@ -1692,7 +1692,7 @@ async-timeout = "^4.0.2"
bleach = "^6.1.0"
blinker = "^1.7.0"
boto3 = "^1.34.83"
botocore = "^1.34.83"
botocore = "^1.34.92"
cachetools = "^5.3.0"
certifi = "^2024.2.2"
cffi = "^1.16.0"
@@ -1711,7 +1711,7 @@ markupsafe = "^2.1.5"
mistune = "==0.8.4"
numpy = "^1.24.2"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.34"
phonenumbers = "^8.13.35"
pycparser = "^2.21"
python-dateutil = "^2.8.2"
python-json-logger = "^2.0.7"
@@ -1721,7 +1721,7 @@ redis = "^5.0.3"
regex = "^2023.12.25"
requests = "^2.31.0"
s3transfer = "^0.10.1"
shapely = "^2.0.1"
shapely = "^2.0.4"
six = "^1.16.0"
smartypants = "^2.0.1"
urllib3 = "^2.2.1"
@@ -1731,8 +1731,8 @@ werkzeug = "^3.0.1"
[package.source]
type = "git"
url = "https://github.com/GSA/notifications-utils.git"
reference = "d20efc2"
resolved_reference = "d20efc29d68ecbb55ef964db890d17426cf34a0f"
reference = "HEAD"
resolved_reference = "e047ba3e37f9fd885baafe6944a4910285a506fb"
[[package]]
name = "numpy"
@@ -3014,4 +3014,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "0c8a8aec981bc31179f4ad0bafbc48ca36b228949c3bcfc533e7cc8e5c1f79b8"
content-hash = "50b9a0e68826deee9bc4a308db2ae39df0ef5108cfc760a3a497fdd114b40560"

View File

@@ -24,7 +24,7 @@ itsdangerous = "~=2.2"
jinja2 = "~=3.1"
newrelic = "*"
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"}
pyexcel = "==0.7.0"
pyexcel-io = "==0.6.6"
pyexcel-ods3 = "==0.6.1"