diff --git a/pyproject.toml b/pyproject.toml index 662a8a46c..45ecc0198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,14 +15,14 @@ build-backend = "poetry.core.masonry.api" python = "~3.10.9" timeago = "1.0.16" Flask = "2.3.3" -Flask-WTF = "1.2.1" +Flask-WTF = "1.2.2" Flask-Login = "0.6.3" Flask-Caching = "1.11.1" environs = "9.5.0" apig-wsgi = "2.18.0" blinker = "1.8.2" -pyexcel = "0.7.0" -pyexcel-io = "0.6.6" +pyexcel = "0.7.1" +pyexcel-io = "0.6.7" pyexcel-xls = "0.7.0" pyexcel-xlsx = "0.6.0" pyexcel-ods3 = "0.6.1" @@ -36,7 +36,7 @@ boto3 = "1.34.153" Flask-Babel = "2.0.0" python-dotenv = "1.0.1" pwnedpasswords = "2.0.0" -PyYAML = "6.0.1" +PyYAML = "6.0.2" translate-toolkit = "3.13.2" ua-parser = "0.18.0" user-agents = "2.2.0" @@ -84,7 +84,7 @@ ruff = "^0.6.9" # stubs libraries to keep mypy happy types-python-dateutil = "2.9.0.20241003" types-pytz = "2021.3.8" -types-requests = "2.32.0.20240914" +types-requests = "2.32.0.20241016" types-beautifulsoup4 = "^4.12.0.6" diff --git a/tests_cypress/package-lock.json b/tests_cypress/package-lock.json index 9b8dc2f0e..c6527a9b9 100644 --- a/tests_cypress/package-lock.json +++ b/tests_cypress/package-lock.json @@ -2154,9 +2154,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", @@ -2180,9 +2180,9 @@ } }, "node_modules/nodemailer": { - "version": "6.9.15", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.15.tgz", - "integrity": "sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ==", + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.16.tgz", + "integrity": "sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==", "engines": { "node": ">=6.0.0" } @@ -4442,9 +4442,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==" + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==" }, "nodeify": { "version": "1.0.1", @@ -4456,9 +4456,9 @@ } }, "nodemailer": { - "version": "6.9.15", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.15.tgz", - "integrity": "sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ==" + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.16.tgz", + "integrity": "sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==" }, "npm-run-path": { "version": "4.0.1",