Merge branch 'main' into update-marshmallow-deps

This commit is contained in:
Carlo Costino
2025-06-02 10:19:17 -04:00
20 changed files with 985 additions and 654 deletions

View File

@@ -1,5 +1,6 @@
[tool.poetry]
name = "notifications-api"
package-mode = false
version = "0.1.0"
description = "Notify.gov backend"
authors = ["Your Name <you@example.com>"]
@@ -8,17 +9,17 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12.2"
alembic = "==1.15.2"
alembic = "==1.16.1"
amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"
boto3 = "^1.34.150"
botocore = "^1.34.159"
cachetools = "==5.4.0"
cachetools = "==6.0.0"
celery = {version = "==5.5.2", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==1.17.1"
charset-normalizer = "^3.4.2"
click = "==8.2.0"
click = "==8.2.1"
click-datetime = "==0.4.0"
click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1"
@@ -33,7 +34,7 @@ flask-redis = "==0.4.0"
flask-sqlalchemy = "^3.1.1"
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.23.0", extras = ["format"]}
jsonschema = {version = "==4.24.0", extras = ["format"]}
lxml = "==5.4.0"
marshmallow = "^4.0.0"
marshmallow-sqlalchemy = "^1.4.2"
@@ -51,16 +52,16 @@ faker = "^37.3.0"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
geojson = "^3.2.0"
numpy = "^2.2.5"
numpy = "^2.2.6"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.5"
phonenumbers = "^9.0.6"
python-json-logger = "^3.3.0"
regex = "^2024.11.6"
shapely = "^2.0.5"
shapely = "^2.1.1"
smartypants = "^2.0.1"
mistune = "^3.1.3"
blinker = "^1.9.0"
cryptography = "^44.0.3"
cryptography = "^45.0.3"
idna = "^3.7"
jmespath = "^1.0.1"
markupsafe = "^3.0.2"
@@ -88,21 +89,21 @@ cloudfoundry-client = "*"
exceptiongroup = "==1.3.0"
flake8 = "^7.2.0"
flake8-bugbear = "^24.12.12"
freezegun = "^1.5.1"
freezegun = "^1.5.2"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.4"
moto = "==5.1.5"
pip-audit = "*"
pre-commit = "^4.2.0"
pytest = "^8.3.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-mock = "^3.14.1"
pytest-cov = "^6.1.1"
pytest-xdist = "^3.5.0"
pytest-xdist = "^3.7.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^80.7.1"
setuptools = "^80.9.0"
sqlalchemy-utils = "^0.41.2"
vulture = "^2.10"
detect-secrets = "^1.5.0"