From ca474275b2d780323d8a5f72d7284c95ac69d96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:32:52 +0000 Subject: [PATCH 1/7] Bump prompt-toolkit from 3.0.43 to 3.0.45 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.43 to 3.0.45. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.43...3.0.45) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..0dd4e886 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ parso==0.8.4 pexpect==4.9.0 pickleshare==0.7.5 pluggy==1.5.0 -prompt-toolkit==3.0.43 +prompt-toolkit==3.0.45 psycopg2==2.9.9 ptyprocess==0.7.0 py==1.11.0 From 0b8386cbcdd91cfaec2e0e8ed8d6e10f2492fee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:32:59 +0000 Subject: [PATCH 2/7] Bump openpyxl from 3.1.2 to 3.1.3 Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.2 to 3.1.3. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..d01df2b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ MarkupSafe==2.1.5 mohawk==1.1.0 more-itertools==10.2.0 lxml==5.2.2 -openpyxl==3.1.2 +openpyxl==3.1.3 packaging==24.0 parso==0.8.4 pexpect==4.9.0 From b40b9e823d10426f674f6a242fe68e100814d33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:33:07 +0000 Subject: [PATCH 3/7] Bump coverage from 7.5.2 to 7.5.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.2 to 7.5.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.2...7.5.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..eec724cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cffi==1.16.0 chardet==5.2.0 coreapi==2.3.3 coreschema==0.0.4 -coverage==7.5.2 +coverage==7.5.3 cryptography==42.0.7 decorator==5.1.1 Django==4.2.13 From f927042bab41ce00a150fe95c797379169a7dd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:33:11 +0000 Subject: [PATCH 4/7] Bump requests from 2.32.2 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..a893743d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ pytest-django==4.8.0 pytest-freezegun==0.4.2 pytz==2024.1 redis==5.0.4 -requests==2.32.2 +requests==2.32.3 requests-hawk==1.2.1 requests-mock==1.12.1 sentry-sdk==2.3.1 From 54106a70dc41a4027064952eb9203e4bcb470999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:33:15 +0000 Subject: [PATCH 5/7] Bump faker from 25.2.0 to 25.4.0 Bumps [faker](https://github.com/joke2k/faker) from 25.2.0 to 25.4.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v25.2.0...v25.4.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..d1963111 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ djangorestframework-csv==3.0.2 drf-writable-nested==0.7.0 django-widget-tweaks==1.5.0 django-model-choices==1.0.0 -Faker==25.2.0 +Faker==25.4.0 factory-boy==3.3.0 flake8==7.0.0 gunicorn==22.0.0 From 853f070cc1a782698c817f2db18da58d64ee5be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:33:19 +0000 Subject: [PATCH 6/7] Bump certifi from 2024.2.2 to 2024.6.2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ff2f6a..c97b84c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ backcall==0.2.0 beautifulsoup4==4.12.3 cachecontrol-django==1.0.0 celery[redis]==5.3.6 -certifi==2024.2.2 +certifi==2024.6.2 cffi==1.16.0 chardet==5.2.0 coreapi==2.3.3 From 899903eeb45030c85e06be9e0f815346441fc9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:43:15 +0000 Subject: [PATCH 7/7] Bump sass from 1.77.2 to 1.77.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.2...1.77.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2212e82..e0bebc0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "govuk-frontend": "^5.4.0", "jquery": "^3.7.1", - "sass": "^1.77.2" + "sass": "^1.77.4" }, "devDependencies": { "cypress": "11.2.0", @@ -1749,9 +1749,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.77.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz", - "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==", + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -3390,9 +3390,9 @@ "dev": true }, "sass": { - "version": "1.77.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz", - "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==", + "version": "1.77.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", + "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 7c1f3bc3..679f474d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "govuk-frontend": "^5.4.0", "jquery": "^3.7.1", - "sass": "^1.77.2" + "sass": "^1.77.4" }, "devDependencies": { "cypress": "11.2.0",