merge from main

This commit is contained in:
Kenneth Kehl
2023-08-01 13:32:32 -07:00
170 changed files with 1430 additions and 3646 deletions

21
Pipfile
View File

@@ -6,7 +6,7 @@ name = "pypi"
[packages]
alembic = "==1.7.7"
amqp = "==5.1.1"
arrow = "==1.2.2"
arrow = "==1.2.3"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.2"
attrs = "==21.4.0"
@@ -30,23 +30,23 @@ click-plugins = "==1.1.1"
click-repl = "==0.2.0"
colorama = "==0.4.4"
defusedxml = "==0.7.1"
deprecated = "==1.2.13"
deprecated = "==1.2.14"
dnspython = "==2.2.1"
docopt = "==0.6.2"
docutils = "==0.16"
eventlet = "==0.33.1"
eventlet = "==0.33.3"
flask = "~=2.3"
flask-bcrypt = "==1.0.1"
flask-marshmallow = "==0.14.0"
flask-migrate = "==3.1.0"
flask-migrate = "==4.0.1"
flask-redis = "==0.4.0"
flask-sqlalchemy = {version = "==2.5.1", ref = "aa7a61a5357cf6f5dcc135d98c781192457aa6fa", git = "https://github.com/pallets-eco/flask-sqlalchemy.git"}
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
iso8601 = "==1.0.2"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.3", extras = ["format"]}
lxml = "==4.9.1"
marshmallow = "==3.19.0"
lxml = "==4.9.3"
marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"
notifications-python-client = "==6.3.0"
oscrypto = "==1.3.0"
@@ -63,15 +63,16 @@ notifications-utils = {editable = true, ref = "main", git = "https://github.com/
newrelic = "*"
[dev-packages]
exceptiongroup = "==1.1.2"
flake8 = "==4.0.1"
flake8-bugbear = "==22.4.25"
flake8-bugbear = "==23.3.12"
isort = "==5.10.1"
moto = "==3.1.9"
pytest = "==7.1.2"
pytest = "==7.4.0"
pytest-env = "==0.6.2"
pytest-mock = "==3.11.1"
pytest-cov = "==3.0.0"
pytest-xdist = "==2.5.0"
pytest-cov = "==4.1.0"
pytest-xdist = "==3.3.1"
freezegun = "==1.2.1"
requests-mock = "==1.9.3"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}