flask upgrade dependencies

This commit is contained in:
samathad2023
2024-04-04 16:18:57 -07:00
parent 2a0f97b25f
commit 6c216a88d7
4 changed files with 122 additions and 124 deletions

View File

@@ -4,7 +4,6 @@ version = "0.1.0"
description = "Notify.gov backend"
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
@@ -21,27 +20,27 @@ cffi = "==1.16.0"
charset-normalizer = "^3.1.0"
click = "==8.1.7"
click-datetime = "==0.2"
click-didyoumean = "==0.3.0"
click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
deprecated = "==1.2.14"
eventlet = "==0.36.1"
expiringdict = "==1.2.2"
flask = "~=2.3"
flask = "~=3.0"
flask-bcrypt = "==1.0.1"
flask-marshmallow = "==0.14.0"
flask-migrate = "==4.0.5"
flask-marshmallow = "==1.2.1"
flask-migrate = "==4.0.7"
flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.20.0", extras = ["format"]}
jsonschema = {version = "==4.21.1", extras = ["format"]}
lxml = "==5.1.0"
marshmallow = "==3.20.2"
marshmallow-sqlalchemy = "==0.30.0"
marshmallow = "==3.21.1"
marshmallow-sqlalchemy = "==1.0.0"
newrelic = "*"
notifications-python-client = "==9.0.0"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", rev = "c2ca77d"}
oscrypto = "==1.3.0"
packaging = "==23.2"
poetry-dotenv-plugin = "==0.2.0"
@@ -51,7 +50,6 @@ python-dotenv = "==1.0.0"
sqlalchemy = "==1.4.40"
werkzeug = "^3.0.1"
faker = "^24.4.0"
setuptools = "^69.2.0"
[tool.poetry.group.dev.dependencies]
@@ -69,14 +67,13 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.3"
pip-audit = "*"
pre-commit = "^3.6.0"
pytest = "^7.4.4"
pytest = "^8.1.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.12.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.14.0"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^69.0.3"
vulture = "^2.10"