mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
code review feedback, fix setup.cfg and reformat
This commit is contained in:
4
Pipfile
4
Pipfile
@@ -45,7 +45,7 @@ flask-sqlalchemy = "==3.0.5"
|
||||
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
|
||||
iso8601 = "==2.0.0"
|
||||
itsdangerous = "==2.1.2"
|
||||
jsonschema = {version = "==4.17.3", extras = ["format"]}
|
||||
jsonschema = {version = "==4.19.0", extras = ["format"]}
|
||||
lxml = "==4.9.3"
|
||||
marshmallow = "==3.20.1"
|
||||
marshmallow-sqlalchemy = "==0.29.0"
|
||||
@@ -68,7 +68,7 @@ exceptiongroup = "==1.1.2"
|
||||
flake8 = "==4.0.1"
|
||||
flake8-bugbear = "==23.3.12"
|
||||
isort = "==5.10.1"
|
||||
moto = "==4.1.14"
|
||||
moto = "==4.2.0"
|
||||
pytest = "==7.4.0"
|
||||
pytest-env = "==0.6.2"
|
||||
pytest-mock = "==3.11.1"
|
||||
|
||||
Reference in New Issue
Block a user