From 7af07d04a6f9336383b22c56759c8eef1cd5d3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:07:33 +0000 Subject: [PATCH 1/9] Bump packaging from 21.3 to 23.0 (#172) Bumps [packaging](https://github.com/pypa/packaging) from 21.3 to 23.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/21.3...23.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 279f7dd..813b46e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ mypy==0.991 mypy-extensions==0.4.3 nodeenv==1.7.0 numpy==1.23.5 -packaging==21.3 +packaging==23.0 pathspec==0.10.2 pep8-naming==0.13.2 platformdirs==2.5.4 From c4d93acabca20013526b431b90205b948e2edf1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:07:48 +0000 Subject: [PATCH 2/9] Bump coverage from 6.5.0 to 7.0.4 (#171) Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.4. - [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/6.5.0...7.0.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 813b46e..2fd7282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ black==22.10.0 certifi==2022.9.24 cfgv==3.3.1 click==8.1.3 -coverage==6.5.0 +coverage==7.0.4 git+https://github.com/DiamondLightSource/diffcalc-core@addExtraFunctions#egg=diffcalc-core distlib==0.3.6 docutils==0.19 From 0208fbda7bcb2bf7f5d1239f2b3c35f22a4b5d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:08:02 +0000 Subject: [PATCH 3/9] Bump identify from 2.5.9 to 2.5.12 (#170) Bumps [identify](https://github.com/pre-commit/identify) from 2.5.9 to 2.5.12. - [Release notes](https://github.com/pre-commit/identify/releases) - [Commits](https://github.com/pre-commit/identify/compare/v2.5.9...v2.5.12) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fd7282..df3d9ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ filelock==3.8.0 flake8==6.0.0 flake8-isort==5.0.3 h11==0.14.0 -identify==2.5.9 +identify==2.5.12 idna==3.4 imagesize==1.4.1 importlib-metadata==5.1.0 From fbb0147894656e3fa5b824bdd6abe763469ac732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:08:17 +0000 Subject: [PATCH 4/9] Bump fastapi from 0.88.0 to 0.89.0 (#169) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.89.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.88.0...0.89.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df3d9ca..e173e10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ coverage==7.0.4 git+https://github.com/DiamondLightSource/diffcalc-core@addExtraFunctions#egg=diffcalc-core distlib==0.3.6 docutils==0.19 -fastapi==0.88.0 +fastapi==0.89.0 filelock==3.8.0 flake8==6.0.0 flake8-isort==5.0.3 From 740f37915e3810c2984d5e2bcd6131b0a7448f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:08:30 +0000 Subject: [PATCH 5/9] Bump scipy from 1.9.3 to 1.10.0 (#168) Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e173e10..8155fef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pytz==2022.6 pyyaml==6.0 pymongo==4.3.3 requests==2.28.1 -scipy==1.9.3 +scipy==1.10.0 setuptools==65.6.3 sniffio==1.3.0 snowballstemmer==2.2.0 From 693a06d0a59bd6e43fb62681d0302d565f157e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:08:55 +0000 Subject: [PATCH 6/9] Bump iniconfig from 1.1.1 to 2.0.0 (#167) Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](https://github.com/pytest-dev/iniconfig/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: iniconfig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8155fef..92b4267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ identify==2.5.12 idna==3.4 imagesize==1.4.1 importlib-metadata==5.1.0 -iniconfig==1.1.1 +iniconfig==2.0.0 isort==5.10.1 jinja2==3.1.2 markupsafe==2.1.1 From 2aa6df83ce03994238de693d98ac08b9ecf05a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:10:58 +0000 Subject: [PATCH 7/9] Bump filelock from 3.8.0 to 3.9.0 (#165) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.8.0...3.9.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92b4267..b860f35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ git+https://github.com/DiamondLightSource/diffcalc-core@addExtraFunctions#egg=di distlib==0.3.6 docutils==0.19 fastapi==0.89.0 -filelock==3.8.0 +filelock==3.9.0 flake8==6.0.0 flake8-isort==5.0.3 h11==0.14.0 From 3728e29ab24e14f0470d004aad97e82c07f2a5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:11:18 +0000 Subject: [PATCH 8/9] Bump pygments from 2.13.0 to 2.14.0 (#161) Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.14.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b860f35..5bca119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pre-commit==2.20.0 py==1.11.0 pycodestyle==2.10.0 pydantic==1.10.2 -pygments==2.13.0 +pygments==2.14.0 pyparsing==3.0.9 pytest==7.2.0 pytest-cov==4.0.0 From ffcf6b082ed026a66b6d12e3761b9b5a7b04b235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:12:05 +0000 Subject: [PATCH 9/9] Bump pre-commit from 2.20.0 to 2.21.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: pre-commit 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 5bca119..d867bdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pathspec==0.10.2 pep8-naming==0.13.2 platformdirs==2.5.4 pluggy==1.0.0 -pre-commit==2.20.0 +pre-commit==2.21.0 py==1.11.0 pycodestyle==2.10.0 pydantic==1.10.2