diff --git a/pyproject.toml b/pyproject.toml index a5e80de922..bd10d01329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = "~3.10.9" apig-wsgi = "2.18.0" boto = "2.49.0" cffi = "1.15.1" -celery = {extras = ["sqs"], version = "5.3.1"} +celery = {extras = ["sqs"], version = "5.3.4"} docopt = "0.6.2" environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors" fido2 = "0.9.3" @@ -35,7 +35,7 @@ Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git" #git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask = "2.3.3" click-datetime = "0.2" -gevent = "23.9.0" +gevent = "23.9.1" gunicorn = "20.1.0" iso8601 = "2.0.0" idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9) @@ -43,7 +43,7 @@ jsonschema = "3.2.0" marshmallow-sqlalchemy = "0.29.0" marshmallow = "3.20.1" python-magic = "0.4.27" -psycopg2-binary = "2.9.7" +psycopg2-binary = "2.9.9" PyJWT = "2.8.0" pytz = "2021.3" PyYAML = "6.0.1" @@ -55,7 +55,7 @@ python-dotenv = "1.0.0" pwnedpasswords = "2.0.0" tldextract = "3.4.4" nanoid = "2.0.0" -unidecode = "1.3.6" +unidecode = "1.3.7" more-itertools = "8.14.0" # PaaS awscli-cwlogs = "1.4.6" @@ -76,7 +76,7 @@ flake8 = "6.1.0" isort = "5.12.0" moto = "4.1.11" idna = "2.10" -pytest = "7.4.0" +pytest = "7.4.2" pytest-env = "0.8.2" pytest-mock = "3.11.1" pytest-cov = "3.0.0" @@ -95,10 +95,10 @@ mypy = "1.5" sqlalchemy-stubs = "0.4" sqlalchemy2-stubs = "0.0.2a35" networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability -pytest-mock-resources = { extras = ["redis"], version = "2.9.1" } +pytest-mock-resources = { extras = ["redis"], version = "2.9.2" } types-boto = "2.49.18.9" types-mock = "4.0.15.2" types-python-dateutil = "2.8.19.14" types-pytz = "2022.7.1.2" -types-requests = "2.31.0.2" -types-redis = "4.6.0.5" +types-requests = "2.31.0.10" +types-redis = "4.6.0.7" diff --git a/tests_cypress/package-lock.json b/tests_cypress/package-lock.json index 1612f9d10f..53991970a5 100644 --- a/tests_cypress/package-lock.json +++ b/tests_cypress/package-lock.json @@ -2237,9 +2237,9 @@ } }, "node_modules/nodemailer": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.4.tgz", - "integrity": "sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA==", + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.6.tgz", + "integrity": "sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==", "engines": { "node": ">=6.0.0" }