From a8789ff83d09c175bdf42084dd4d90b38b567e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:06:31 +0200 Subject: [PATCH 1/6] Bump pyjwt from 2.8.0 to 2.9.0 (#415) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_api.txt | 2 +- requirements/requirements_ingester.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_api.txt b/requirements/requirements_api.txt index 54fb12bc..24b03e2b 100644 --- a/requirements/requirements_api.txt +++ b/requirements/requirements_api.txt @@ -14,7 +14,7 @@ numpy==1.23.5 odmantic==0.9.2 pandas==2.2.2 pydantic==1.10.13 # bump to v2 once odmantic supports it -PyJWT==2.8.0 +PyJWT==2.9.0 pymongo==4.8.0 PyYAML==6.0.1 requests==2.32.3 diff --git a/requirements/requirements_ingester.txt b/requirements/requirements_ingester.txt index 098047d1..f8a74a3b 100644 --- a/requirements/requirements_ingester.txt +++ b/requirements/requirements_ingester.txt @@ -20,7 +20,7 @@ numpy==1.23.5 pandas==2.2.2 protobuf==4.22.1 pyarrow==17.0.0 -PyJWT==2.8.0 +PyJWT==2.9.0 pymongo==4.8.0 pyopenssl==24.2.1 pytz==2024.1 From c04a6933b7172a9d468cde7ba54c4963cc0cba95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:06:44 +0200 Subject: [PATCH 2/6] Bump deepdiff from 7.0.1 to 8.0.1 (#416) Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.0.1. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) --- updated-dependencies: - dependency-name: deepdiff dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- requirements/requirements_api.txt | 2 +- requirements/requirements_ingester.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index aac0d21d..39b37f16 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -deepdiff==7.0.1 +deepdiff==8.0.1 fire==0.6.0 gsutil==5.30 jinja2>=2.11.2 diff --git a/requirements/requirements_api.txt b/requirements/requirements_api.txt index 24b03e2b..f3bee894 100644 --- a/requirements/requirements_api.txt +++ b/requirements/requirements_api.txt @@ -3,7 +3,7 @@ aiohttp-swagger3==0.8.0 astropy==6.1.2 bcrypt==4.2.0 cryptography==43.0.0 -deepdiff==7.0.1 +deepdiff==8.0.1 gunicorn==22.0.0 jinja2>=2.11.2 matplotlib==3.9.1 diff --git a/requirements/requirements_ingester.txt b/requirements/requirements_ingester.txt index f8a74a3b..d8e707da 100644 --- a/requirements/requirements_ingester.txt +++ b/requirements/requirements_ingester.txt @@ -5,7 +5,7 @@ bokeh==3.4.2 confluent-kafka==2.5.0 cryptography==43.0.0 dask==2024.8.0 -deepdiff==7.0.1 +deepdiff==8.0.1 distributed==2024.8.0 fastavro==1.6.0 #breaking changes in newer versions fire==0.6.0 From 584ada351665418cee8fa2eaea46f77df5786a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:06:53 +0200 Subject: [PATCH 3/6] Bump lxml from 5.2.2 to 5.3.0 (#417) Bumps [lxml](https://github.com/lxml/lxml) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.2...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_api.txt b/requirements/requirements_api.txt index f3bee894..0bc776a6 100644 --- a/requirements/requirements_api.txt +++ b/requirements/requirements_api.txt @@ -27,4 +27,4 @@ healpy==1.17.3 scipy==1.14.0 pygcn==1.1.3 xmlschema==3.3.2 -lxml==5.2.2 +lxml==5.3.0 From daf919ddd054d0c908b19b5b021c7f7d631419c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:07:26 +0200 Subject: [PATCH 4/6] Bump matplotlib from 3.9.1 to 3.9.2 (#419) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_api.txt | 2 +- requirements/requirements_ingester.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_api.txt b/requirements/requirements_api.txt index 0bc776a6..be7e66b8 100644 --- a/requirements/requirements_api.txt +++ b/requirements/requirements_api.txt @@ -6,7 +6,7 @@ cryptography==43.0.0 deepdiff==8.0.1 gunicorn==22.0.0 jinja2>=2.11.2 -matplotlib==3.9.1 +matplotlib==3.9.2 motor==3.1.1 multidict==6.0.5 numba==0.60.0 diff --git a/requirements/requirements_ingester.txt b/requirements/requirements_ingester.txt index d8e707da..7ce79193 100644 --- a/requirements/requirements_ingester.txt +++ b/requirements/requirements_ingester.txt @@ -13,7 +13,7 @@ gsutil==5.30 gunicorn==22.0.0 h5py==3.11.0 jinja2>=2.11.2 -matplotlib==3.9.1 +matplotlib==3.9.2 motor==3.1.1 numba==0.60.0 numpy==1.23.5 From bf6a3c1cc4bbb287d64372deeed7f8fd7a9ecc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:07:38 +0200 Subject: [PATCH 5/6] Bump tqdm from 4.66.4 to 4.66.5 (#429) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_ingester.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_ingester.txt b/requirements/requirements_ingester.txt index 7ce79193..d1a35f24 100644 --- a/requirements/requirements_ingester.txt +++ b/requirements/requirements_ingester.txt @@ -30,5 +30,5 @@ slack_sdk==3.31.0 supervisor==4.2.5 tables==3.9.2 tensorflow==2.13.0 -tqdm==4.66.4 +tqdm==4.66.5 uvloop==0.19.0 From 848577bbe9959729e08fbf8aad467f738a3cbbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:13:59 +0200 Subject: [PATCH 6/6] Bump pyyaml from 6.0.1 to 6.0.2 (#426) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- requirements/requirements_api.txt | 2 +- requirements/requirements_ingester.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 39b37f16..7a31e9c8 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ deepdiff==8.0.1 fire==0.6.0 gsutil==5.30 jinja2>=2.11.2 -PyYAML==6.0.1 +PyYAML==6.0.2 questionary==2.0.1 requests==2.32.3 supervisor==4.2.5 diff --git a/requirements/requirements_api.txt b/requirements/requirements_api.txt index be7e66b8..dcb6f737 100644 --- a/requirements/requirements_api.txt +++ b/requirements/requirements_api.txt @@ -16,7 +16,7 @@ pandas==2.2.2 pydantic==1.10.13 # bump to v2 once odmantic supports it PyJWT==2.9.0 pymongo==4.8.0 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 sshtunnel==0.4.0 supervisor==4.2.5 diff --git a/requirements/requirements_ingester.txt b/requirements/requirements_ingester.txt index d1a35f24..9f57b2e5 100644 --- a/requirements/requirements_ingester.txt +++ b/requirements/requirements_ingester.txt @@ -24,7 +24,7 @@ PyJWT==2.9.0 pymongo==4.8.0 pyopenssl==24.2.1 pytz==2024.1 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 slack_sdk==3.31.0 supervisor==4.2.5