latest version urllib3

This commit is contained in:
samathad2023
2024-04-23 09:38:27 -07:00
32 changed files with 473 additions and 422 deletions

View File

@@ -32,7 +32,7 @@ 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"]}
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
jsonschema = {version = "==4.21.1", extras = ["format"]}
lxml = "==5.2.1"
@@ -40,7 +40,7 @@ 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",rev = "0b13705"}
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git",rev = "d20efc2"}
oscrypto = "==1.3.0"
packaging = "==23.2"
poetry-dotenv-plugin = "==0.2.0"
@@ -48,7 +48,7 @@ psycopg2-binary = "==2.9.9"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
sqlalchemy = "==1.4.40"
werkzeug = "^3.0.1"
werkzeug = "^3.0.2"
faker = "^24.4.0"
@@ -64,7 +64,7 @@ freezegun = "^1.4.0"
honcho = "*"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.3"
moto = "==5.0.5"
pip-audit = "*"
pre-commit = "^3.6.0"
pytest = "^8.1.1"
@@ -74,6 +74,8 @@ pytest-cov = "^5.0.0"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^69.0.3"
sqlalchemy-utils = "^0.41.2"
vulture = "^2.10"