From 18ab4b3273c574e27da9a6f74a9b495b6bac73f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:07:05 +0000 Subject: [PATCH 01/33] Bump flake8 from 5.0.1 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e36efa..c28e62a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "pytest-cov==3.0.0", "testfixtures==7.0.0", "tox==3.25.1", - "flake8==5.0.1", + "flake8==5.0.4", "flake8-docstrings==1.6.0", "asynctest==0.13.0", "aioresponses==0.7.3", From 4724d3743e794b5025073cbba91557f82797a219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 08:06:51 +0000 Subject: [PATCH 02/33] Bump jsonschema from 4.9.0 to 4.14.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.9.0 to 4.14.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.9.0...v4.14.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0be255b..e40c4bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.4.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.26.0 -jsonschema==4.9.0 +jsonschema==4.14.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index c28e62a..972ef29 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.26.0", - "jsonschema==4.9.0", + "jsonschema==4.14.0", "gunicorn==20.1.0", ], extras_require={ From e05532e0638d53a35f9724d915060bf8817acc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 08:06:57 +0000 Subject: [PATCH 03/33] Bump coverage from 6.4.2 to 6.4.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.4.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.4.2...6.4.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 972ef29..7583983 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], extras_require={ "test": [ - "coverage==6.4.2", + "coverage==6.4.4", "pytest<7.2", "pytest-cov==3.0.0", "testfixtures==7.0.0", From 85517e3a0928b86633871a9b8c870e330ce38296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:41:01 +0000 Subject: [PATCH 04/33] Bump jsonschema from 4.14.0 to 4.15.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.14.0...v4.15.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e40c4bb..f45c4f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.4.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.26.0 -jsonschema==4.14.0 +jsonschema==4.15.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 7583983..30f75ce 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.26.0", - "jsonschema==4.14.0", + "jsonschema==4.15.0", "gunicorn==20.1.0", ], extras_require={ From 64bcf54bef5345e23362d37011972e72653152a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:41:08 +0000 Subject: [PATCH 05/33] Bump black from 22.6.0 to 22.8.0 Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.6.0...22.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30f75ce..8a95955 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "flake8-docstrings==1.6.0", "asynctest==0.13.0", "aioresponses==0.7.3", - "black==22.6.0", + "black==22.8.0", ], "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"], }, From 61e0ea512e2bd188b11baedc3136491445fa675f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:09:38 +0000 Subject: [PATCH 06/33] Bump tox from 3.25.1 to 3.26.0 Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 to 3.26.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.25.1...3.26.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a95955..0710da9 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "pytest<7.2", "pytest-cov==3.0.0", "testfixtures==7.0.0", - "tox==3.25.1", + "tox==3.26.0", "flake8==5.0.4", "flake8-docstrings==1.6.0", "asynctest==0.13.0", From d530ad8bfdf5e926a56a24970cb4908e69e8b7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:09:43 +0000 Subject: [PATCH 07/33] Bump jsonschema from 4.15.0 to 4.16.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.15.0...v4.16.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f45c4f0..f7e9421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.4.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.26.0 -jsonschema==4.15.0 +jsonschema==4.16.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 0710da9..610c452 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.26.0", - "jsonschema==4.15.0", + "jsonschema==4.16.0", "gunicorn==20.1.0", ], extras_require={ From 3c9f0213bb0ef53dd50c0639061072cdf0fcc87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:11:59 +0000 Subject: [PATCH 08/33] Bump ujson from 5.4.0 to 5.5.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.4.0...5.5.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e9421..7063322 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 aiocache==0.11.1 aiomcache==0.7.0 -ujson==5.4.0 +ujson==5.5.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.26.0 diff --git a/setup.py b/setup.py index 610c452..c666ab8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "aiohttp-cors==0.7.0", "aiocache==0.11.1", "aiomcache==0.7.0", - "ujson==5.4.0", + "ujson==5.5.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.26.0", From c88d999e0182c7c48db67ea320e597ccdce1964c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:12:07 +0000 Subject: [PATCH 09/33] Bump uvloop from 0.16.0 to 0.17.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e9421..5ea4e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiocache==0.11.1 aiomcache==0.7.0 ujson==5.4.0 uvloop==0.14.0; python_version < '3.7' -uvloop==0.16.0; python_version >= '3.7' +uvloop==0.17.0; python_version >= '3.7' asyncpg==0.26.0 jsonschema==4.16.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 610c452..b8bbe66 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "aiomcache==0.7.0", "ujson==5.4.0", "uvloop==0.14.0; python_version < '3.7'", - "uvloop==0.16.0; python_version >= '3.7'", + "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.26.0", "jsonschema==4.16.0", "gunicorn==20.1.0", From c848a2408d9963969e28b27770d46dcd2f556a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:24:31 +0000 Subject: [PATCH 10/33] Bump dependabot/fetch-metadata from 1.1.1 to 1.3.3 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.1.1 to 1.3.3. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.1.1...v1.3.3) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 436b7af..7fa5b00 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.1.1 + uses: dependabot/fetch-metadata@v1.3.3 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed From 933ac34f8f079bc13b42819a80ce88d45ca9446d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:53:50 +0000 Subject: [PATCH 11/33] Bump aiohttp from 3.8.1 to 3.8.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.3. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcba94d..8ea4c43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asyncio==3.4.3 -aiohttp==3.8.1 +aiohttp==3.8.3 aiohttp-cors==0.7.0 aiocache==0.11.1 aiomcache==0.7.0 diff --git a/setup.py b/setup.py index 3e2c3ac..9777470 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ package_data={"": ["*.json", "*.ini"]}, install_requires=[ "asyncio==3.4.3", - "aiohttp==3.8.1", + "aiohttp==3.8.3", "aiohttp-cors==0.7.0", "aiocache==0.11.1", "aiomcache==0.7.0", From 07922aaabcec6063daf8875f157c0a560c0e10d0 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 26 Sep 2022 15:19:44 +0300 Subject: [PATCH 12/33] refine condition for auto-merge --- .github/workflows/dependabot-auto-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 7fa5b00..ae455d8 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -16,13 +16,13 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed - if: ${{ contains(github.event.pull_request.labels.*.name, 'pip dependencies') || contains(github.event.pull_request.labels.*.name, 'github actions') }} + if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'pip' || steps.dependabot-metadata.outputs.package-ecosystem == 'github-actions' }} uses: kachick/wait-other-jobs@v1 timeout-minutes: 30 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs - if: ${{ contains(github.event.pull_request.labels.*.name, 'pip dependencies') || contains(github.event.pull_request.labels.*.name, 'github actions') }} + if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'pip' || steps.dependabot-metadata.outputs.package-ecosystem == 'github-actions' }} run: gh pr review --approve "$PR_URL" && gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} From 5291100bc2fa1b418d1183b32597ec5a455670f8 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 26 Sep 2022 15:43:55 +0300 Subject: [PATCH 13/33] github_actions is the ecosystem for github --- .github/workflows/dependabot-auto-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ae455d8..787ad39 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -16,13 +16,13 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed - if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'pip' || steps.dependabot-metadata.outputs.package-ecosystem == 'github-actions' }} + if: ${{ steps.metadata.outputs.package-ecosystem == 'pip' || steps.metadata.outputs.package-ecosystem == 'github_actions' }} uses: kachick/wait-other-jobs@v1 timeout-minutes: 30 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs - if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'pip' || steps.dependabot-metadata.outputs.package-ecosystem == 'github-actions' }} + if: ${{ steps.metadata.outputs.package-ecosystem == 'pip' || steps.metadata.outputs.package-ecosystem == 'github_actions' }} run: gh pr review --approve "$PR_URL" && gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} From 1f6771e172fe5857978b4fa2a1ce07481e5e43d8 Mon Sep 17 00:00:00 2001 From: "teemu.kataja" Date: Wed, 28 Sep 2022 12:55:21 +0300 Subject: [PATCH 14/33] add option to modify response headers --- aggregator/aggregator.py | 6 ++++++ registry/registry.py | 6 ++++++ tests/aggregator/test_aggregator_server.py | 7 +++++++ tests/registry/test_registry_server.py | 7 +++++++ 4 files changed, 26 insertions(+) diff --git a/aggregator/aggregator.py b/aggregator/aggregator.py index 2553bf3..415dc9e 100644 --- a/aggregator/aggregator.py +++ b/aggregator/aggregator.py @@ -90,10 +90,16 @@ def set_cors(app): cors.add(route) +async def response_headers(_, res): + """Modify response headers before returning response.""" + res.headers["Server"] = "Beacon-Network" + + async def init_app(): """Initialise the web server.""" LOG.info("Initialising web server.") app = web.Application(middlewares=[api_key()]) + app.on_response_prepare.append(response_headers) app.router.add_routes(routes) if CONFIG.cors: set_cors(app) diff --git a/registry/registry.py b/registry/registry.py index 6bcacdf..030c3d6 100644 --- a/registry/registry.py +++ b/registry/registry.py @@ -183,10 +183,16 @@ def set_cors(app): cors.add(route) +async def response_headers(_, res): + """Modify response headers before returning response.""" + res.headers["Server"] = "Beacon-Network" + + async def init_app(): """Initialise the web server.""" LOG.info("Initialising web server.") app = web.Application(middlewares=[api_key()]) + app.on_response_prepare.append(response_headers) app.router.add_routes(routes) if CONFIG.cors: set_cors(app) diff --git a/tests/aggregator/test_aggregator_server.py b/tests/aggregator/test_aggregator_server.py index 1d641e8..eece413 100644 --- a/tests/aggregator/test_aggregator_server.py +++ b/tests/aggregator/test_aggregator_server.py @@ -13,6 +13,13 @@ async def get_application(self): """Retrieve web application for test.""" return await init_app() + @unittest_run_loop + async def test_response_headers(self): + """Test response headers are set correctly in on_prepare_response.""" + resp = await self.client.request("GET", "/") + assert 200 == resp.status + assert "Beacon-Network" == resp.headers.get("Server", "") + @unittest_run_loop async def test_index(self): """Test root endpoint.""" diff --git a/tests/registry/test_registry_server.py b/tests/registry/test_registry_server.py index 30090e6..73d8209 100644 --- a/tests/registry/test_registry_server.py +++ b/tests/registry/test_registry_server.py @@ -23,6 +23,13 @@ async def get_application(self, mock_db): """Retrieve web application for test.""" return await init_app() + @unittest_run_loop + async def test_response_headers(self): + """Test response headers are set correctly in on_prepare_response.""" + resp = await self.client.request("GET", "/") + assert 200 == resp.status + assert "Beacon-Network" == resp.headers.get("Server", "") + @unittest_run_loop async def test_index(self): """Test root endpoint.""" From 1da37978125dd7eb1ef54a3083d86d5f157a3cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:05:41 +0000 Subject: [PATCH 15/33] Bump pytest-cov from 3.0.0 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9777470..a3b0e54 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "test": [ "coverage==6.4.4", "pytest<7.2", - "pytest-cov==3.0.0", + "pytest-cov==4.0.0", "testfixtures==7.0.0", "tox==3.26.0", "flake8==5.0.4", From 16664c179d02ac6398d15f2d5877de4a0ba2efcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:05:48 +0000 Subject: [PATCH 16/33] Bump coverage from 6.4.4 to 6.5.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.4 to 6.5.0. - [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.4.4...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9777470..4b4e609 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], extras_require={ "test": [ - "coverage==6.4.4", + "coverage==6.5.0", "pytest<7.2", "pytest-cov==3.0.0", "testfixtures==7.0.0", From 91d367d71e49b99b83e1b66bd404c22ce7ca77b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:10:40 +0000 Subject: [PATCH 17/33] Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 787ad39..cac1d48 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.3 + uses: dependabot/fetch-metadata@v1.3.4 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed From 0c020ede450ac8ae3fd85706290a2e4931855e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 08:06:23 +0000 Subject: [PATCH 18/33] Bump black from 22.8.0 to 22.10.0 Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.8.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 453c52f..0b11aa3 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "flake8-docstrings==1.6.0", "asynctest==0.13.0", "aioresponses==0.7.3", - "black==22.8.0", + "black==22.10.0", ], "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"], }, From b82eb0a8e9281f3265f20649660f57913570034e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:14:23 +0000 Subject: [PATCH 19/33] Bump carlosperate/download-file-action from 1.1.1 to 2.0.0 Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](https://github.com/carlosperate/download-file-action/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: carlosperate/download-file-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/int.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index a0963b2..5922eb4 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -48,7 +48,7 @@ jobs: path: beacon2 - name: Download beacon 2 data - uses: carlosperate/download-file-action@v1.1.1 + uses: carlosperate/download-file-action@v2.0.0 id: download-data with: file-url: 'https://drive.google.com/uc?export=download&id=1PLv5F54a5pqR_ts5fL68jtmmkuJjDxMA' From da21f23f90c7393380e30e8815e8d55ce36c3b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:05:55 +0000 Subject: [PATCH 20/33] Update pytest requirement from <7.2 to <7.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/1.0.0b3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b11aa3..64aa47a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ extras_require={ "test": [ "coverage==6.5.0", - "pytest<7.2", + "pytest<7.3", "pytest-cov==4.0.0", "testfixtures==7.0.0", "tox==3.26.0", From 3bde511db90d1413a8a6080bf849490cc372a67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:05:59 +0000 Subject: [PATCH 21/33] Bump asyncpg from 0.26.0 to 0.27.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8ea4c43..c64179a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ aiomcache==0.7.0 ujson==5.5.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' -asyncpg==0.26.0 +asyncpg==0.27.0 jsonschema==4.16.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 0b11aa3..dc727d5 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "ujson==5.5.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", - "asyncpg==0.26.0", + "asyncpg==0.27.0", "jsonschema==4.16.0", "gunicorn==20.1.0", ], From 8e5df531352540fde61117ddd30dbd3c7bbd94a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:06:03 +0000 Subject: [PATCH 22/33] Bump tox from 3.26.0 to 3.27.0 Bumps [tox](https://github.com/tox-dev/tox) from 3.26.0 to 3.27.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.26.0...3.27.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b11aa3..50e18be 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "pytest<7.2", "pytest-cov==4.0.0", "testfixtures==7.0.0", - "tox==3.26.0", + "tox==3.27.0", "flake8==5.0.4", "flake8-docstrings==1.6.0", "asynctest==0.13.0", From f0871e076d902f9e1200ec0f85afb047084fa461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:01:11 +0000 Subject: [PATCH 23/33] Bump jsonschema from 4.16.0 to 4.17.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.16.0...v4.17.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c64179a..6c78ab4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.5.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' asyncpg==0.27.0 -jsonschema==4.16.0 +jsonschema==4.17.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index e5565a3..56f0a1d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.27.0", - "jsonschema==4.16.0", + "jsonschema==4.17.0", "gunicorn==20.1.0", ], extras_require={ From f4948597ec8669596ce2581b08cfe109a6434b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:01:18 +0000 Subject: [PATCH 24/33] Bump sphinx-rtd-theme from 1.0.0 to 1.1.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.1.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5565a3..7785d64 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "aioresponses==0.7.3", "black==22.10.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.1.1"], }, entry_points={ "console_scripts": ["beacon_registry=registry.registry:main", "beacon_aggregator=aggregator.aggregator:main"], From ac0bfe9c593673fd17381a90caba32c26357654f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:01:21 +0000 Subject: [PATCH 25/33] Bump testfixtures from 7.0.0 to 7.0.3 Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.0.0 to 7.0.3. - [Release notes](https://github.com/Simplistix/testfixtures/releases) - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/7.0.0...7.0.3) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5565a3..1b8672d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "coverage==6.5.0", "pytest<7.3", "pytest-cov==4.0.0", - "testfixtures==7.0.0", + "testfixtures==7.0.3", "tox==3.27.0", "flake8==5.0.4", "flake8-docstrings==1.6.0", From d081dbbea37fbd7fbc0e14f1fd6bf1fba561043f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:01:30 +0000 Subject: [PATCH 26/33] Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index cac1d48..ae53953 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.4 + uses: dependabot/fetch-metadata@v1.3.5 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait other jobs are passed or failed From 52a22a5003422e12c5a454e5cb711ceafc3ab5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:01:31 +0000 Subject: [PATCH 27/33] Bump tox from 3.27.0 to 3.27.1 Bumps [tox](https://github.com/tox-dev/tox) from 3.27.0 to 3.27.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.27.0...3.27.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffa1b30..e0edc4b 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "pytest<7.3", "pytest-cov==4.0.0", "testfixtures==7.0.3", - "tox==3.27.0", + "tox==3.27.1", "flake8==5.0.4", "flake8-docstrings==1.6.0", "asynctest==0.13.0", From dd370c51c78b613cea65d841037a25a45ac1fe1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:02:21 +0000 Subject: [PATCH 28/33] Bump actions/dependency-review-action from 2 to 3 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 494e79b..8fd361b 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,6 +17,6 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' - uses: actions/dependency-review-action@v2 + uses: actions/dependency-review-action@v3 with: fail-on-severity: moderate From cb70756fab233cbe0d4349bfec29a9fdee661b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 08:01:02 +0000 Subject: [PATCH 29/33] Bump flake8 from 5.0.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0edc4b..9218681 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "pytest-cov==4.0.0", "testfixtures==7.0.3", "tox==3.27.1", - "flake8==5.0.4", + "flake8==6.0.0", "flake8-docstrings==1.6.0", "asynctest==0.13.0", "aioresponses==0.7.3", From fcf9bebc1619520a5af76f11eded60092a909442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 08:01:07 +0000 Subject: [PATCH 30/33] Bump jsonschema from 4.17.0 to 4.17.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.0 to 4.17.1. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.17.0...v4.17.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c78ab4..c8ff70b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.5.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' asyncpg==0.27.0 -jsonschema==4.17.0 +jsonschema==4.17.1 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index e0edc4b..685fea1 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.27.0", - "jsonschema==4.17.0", + "jsonschema==4.17.1", "gunicorn==20.1.0", ], extras_require={ From 5229a68443e197f71d433378cf7d13d6f0160858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:01:23 +0000 Subject: [PATCH 31/33] Bump jsonschema from 4.17.1 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.17.1...v4.17.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c8ff70b..09886a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.5.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' asyncpg==0.27.0 -jsonschema==4.17.1 +jsonschema==4.17.3 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index fde3d32..796837c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.27.0", - "jsonschema==4.17.1", + "jsonschema==4.17.3", "gunicorn==20.1.0", ], extras_require={ From fa750c120a16f85dfd91d676eb2cdab0e217891d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:13:15 +0000 Subject: [PATCH 32/33] Bump ujson from 5.5.0 to 5.6.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09886a9..e1083c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp==3.8.3 aiohttp-cors==0.7.0 aiocache==0.11.1 aiomcache==0.7.0 -ujson==5.5.0 +ujson==5.6.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' asyncpg==0.27.0 diff --git a/setup.py b/setup.py index 796837c..5b75514 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "aiohttp-cors==0.7.0", "aiocache==0.11.1", "aiomcache==0.7.0", - "ujson==5.5.0", + "ujson==5.6.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.27.0", From 4a8c82206f26f3e16f925ea882bfab4a9ce7862c Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 5 Dec 2022 15:37:51 +0200 Subject: [PATCH 33/33] bump version to 1.6.3 --- docs/examples.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 1fbd7ea..04d2ccd 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -280,7 +280,7 @@ Response "updatedAt": "2019-08-02 00:00:13.006256+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "dev", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" }, { @@ -301,7 +301,7 @@ Response "updatedAt": "2019-08-02 00:00:13.016122+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "prod", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" }, { @@ -362,7 +362,7 @@ Response "updatedAt": "2019-08-02 00:00:13.006256+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "dev", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" } diff --git a/setup.py b/setup.py index 5b75514..4813bac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="beacon_network", - version="1.4.2", + version="1.6.3", description="Beacon Network services", long_description_content_type="text/markdown", project_urls={