Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
f49c9d30e3 Bump gunicorn from 24.1.1 to 25.0.1
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.0.1.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/24.1.1...25.0.1)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 03:15:07 +00:00
3 changed files with 446 additions and 450 deletions

View File

@@ -6,7 +6,7 @@ This project is the core of [Notify.gov](https://notify-demo.app.cloud.gov).
It's cloned from the brilliant work of the team at
[GOV.UK Notify](https://github.com/alphagov/notifications-api), cheers!
This repo contains :
This repo contains:
- A public-facing REST API for Notify.gov, which teams can integrate with using
[API clients built by UK](https://www.notifications.service.gov.uk/documentation).

860
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,12 +9,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13.2"
alembic = "==1.18.4"
alembic = "==1.18.3"
amqp = "==5.3.1"
beautifulsoup4 = "==4.14.3"
boto3 = "^1.38.27"
botocore = "^1.38.27"
cachetools = "==7.0.1"
cachetools = "==6.2.6"
celery = {version = "==5.6.2", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==2.0.0"
@@ -31,34 +31,34 @@ flask-bcrypt = "==1.0.1"
flask-migrate = "==4.1.0"
flask-redis = "==0.4.0"
flask-sqlalchemy = "^3.1.1"
gunicorn = {version = "==25.1.0", extras = ["gevent"]}
gunicorn = {version = "==25.0.1", extras = ["gevent"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.26.0", extras = ["format"]}
lxml = "==6.0.2"
marshmallow = "^4.2.2"
marshmallow = "^4.2.1"
marshmallow-sqlalchemy = "^1.4.2"
newrelic = "^11.5.0"
newrelic = "^11.4.0"
packaging = "==26.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.11"
pyjwt = "==2.10.1"
python-dotenv = "==1.2.1"
sqlalchemy = "==2.0.47"
sqlalchemy = "==2.0.46"
werkzeug = "^3.1.5"
faker = "^40.5.1"
faker = "^40.1.0"
async-timeout = "^5.0.1"
bleach = "^6.3.0"
geojson = "^3.2.0"
numpy = "^2.4.2"
numpy = "^2.4.1"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.24"
phonenumbers = "^9.0.22"
python-json-logger = "^4.0.0"
regex = "^2026.2.19"
regex = "^2026.1.15"
shapely = "^2.1.2"
smartypants = "^2.0.1"
mistune = "^3.2.0"
blinker = "^1.9.0"
cryptography = "^46.0.5"
cryptography = "^46.0.4"
idna = "^3.11"
jmespath = "^1.1.0"
markupsafe = "^3.0.3"
@@ -73,7 +73,7 @@ itsdangerous = "^2.2.0"
jinja2 = "^3.1.6"
redis = "^6.4.0"
requests = "^2.32.5"
virtualenv = "^21.0.0"
virtualenv = "^20.36.1"
marshmallow-enum = "^1.5.1"
awscli = "^1.40.36"
typing-extensions = "^4.15.0"
@@ -94,21 +94,21 @@ exceptiongroup = "==1.3.1"
flake8 = "^7.3.0"
flake8-bugbear = "^25.11.29"
freezegun = "^1.5.5"
hypothesis = "^6.151.9"
hypothesis = "^6.151.4"
honcho = "*"
isort = "^8.0.0"
isort = "^7.0.0"
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}
moto = "==5.1.21"
moto = "==5.1.20"
pip-audit = "*"
pre-commit = "^4.5.1"
pytest = "^9.0.2"
pytest-env = "^1.5.0"
pytest-env = "^1.2.0"
pytest-mock = "^3.15.1"
pytest-cov = "^7.0.0"
pytest-xdist = "^3.8.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^82.0.0"
setuptools = "^80.9.0"
sqlalchemy-utils = "^0.41.2"
vulture = "^2.10"
detect-secrets = "^1.5.0"