From 829bf516c51da9f08899d4bc0b70499fa5b53cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:02:56 +0000 Subject: [PATCH 01/12] Bump docker/build-push-action from 2.10.0 to 3.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b27be432..4d9a0abd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -46,7 +46,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Push to Docker Hub - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v3.0.0 with: push: true tags: masalim2/balsam:latest From 4c310c6658f0fc64b8e03df4702b4a47ba0047bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 23:29:48 +0000 Subject: [PATCH 02/12] Bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/releases.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cfd7810..a8f36192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: set up python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Install Balsam @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python env - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install mpich diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 9f04c652..c06c301e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.8' From 4e8730d8a24a69299f55138927e7bed2cc3e81ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 23:45:02 +0000 Subject: [PATCH 03/12] Bump redis from 4.3.1 to 4.3.4 Bumps [redis](https://github.com/redis/redis-py) from 4.3.1 to 4.3.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.1...v4.3.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 617e7f39..304ce064 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -11,7 +11,7 @@ passlib[bcrypt]==1.7.4 alembic==1.7.7 SQLAlchemy==1.4.36 aredis==1.1.8 -redis==4.3.1 +redis==4.3.4 # Duplicated from setup.cfg (but pinned) PyYAML==6.0 From 23b77f1f8e33690ae0466e95832c4ceacb878c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:59:53 +0000 Subject: [PATCH 04/12] Bump globus-sdk from 3.8.0 to 3.11.0 Bumps [globus-sdk](https://github.com/globus/globus-sdk-python) from 3.8.0 to 3.11.0. - [Release notes](https://github.com/globus/globus-sdk-python/releases) - [Changelog](https://github.com/globus/globus-sdk-python/blob/main/docs/changelog.rst) - [Commits](https://github.com/globus/globus-sdk-python/compare/3.8.0...3.11.0) --- updated-dependencies: - dependency-name: globus-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 617e7f39..0486767a 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -24,7 +24,7 @@ python-dateutil==2.8.2 Jinja2==3.1.2 requests==2.27.1 psutil==5.9.1 -globus-sdk==3.8.0 +globus-sdk==3.11.0 configobj==5.0.6 pyzmq==22.3.0 dill==0.3.5.1 From 4591eef9ba16decece71d1ff06530c7c533cd49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:59:58 +0000 Subject: [PATCH 05/12] Bump sqlalchemy from 1.4.36 to 1.4.41 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.36 to 1.4.41. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 617e7f39..fe9a63e8 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -9,7 +9,7 @@ gunicorn==20.1.0 PyJWT==2.4.0 passlib[bcrypt]==1.7.4 alembic==1.7.7 -SQLAlchemy==1.4.36 +SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.1 From 9860122d811de2266e56ccf5d5aebeecb42b789d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:01:50 +0000 Subject: [PATCH 06/12] Bump uvicorn[standard] from 0.17.6 to 0.18.3 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.17.6 to 0.18.3. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.17.6...0.18.3) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index fe9a63e8..19d7ff72 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -3,7 +3,7 @@ psycopg2==2.9.3 fastapi==0.78.0 orjson==3.6.8 fastapi==0.78.0 -uvicorn[standard]==0.17.6 +uvicorn[standard]==0.18.3 python-multipart==0.0.5 gunicorn==20.1.0 PyJWT==2.4.0 @@ -24,7 +24,7 @@ python-dateutil==2.8.2 Jinja2==3.1.2 requests==2.27.1 psutil==5.9.1 -globus-sdk==3.8.0 +globus-sdk==3.11.0 configobj==5.0.6 pyzmq==22.3.0 dill==0.3.5.1 From 2c8572c4431c35a5c9db33eb85ab498c9e0fdbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:39:36 +0000 Subject: [PATCH 07/12] Bump alembic from 1.7.7 to 1.8.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.7.7 to 1.8.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 19d7ff72..dbc483d3 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -8,7 +8,7 @@ python-multipart==0.0.5 gunicorn==20.1.0 PyJWT==2.4.0 passlib[bcrypt]==1.7.4 -alembic==1.7.7 +alembic==1.8.1 SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.1 From 3ea1ebd966cdbb09bee71e5d8ec837fcbfd3be3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:15:57 +0000 Subject: [PATCH 08/12] Bump psutil from 5.9.1 to 5.9.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.2) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 231ef64a..4be912c0 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -23,7 +23,7 @@ python-dotenv==0.20.0 python-dateutil==2.8.2 Jinja2==3.1.2 requests==2.27.1 -psutil==5.9.1 +psutil==5.9.2 globus-sdk==3.11.0 configobj==5.0.6 pyzmq==22.3.0 From a439b4beade81b2e305dea63f8f662032ed18de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:46:51 +0000 Subject: [PATCH 09/12] Bump mypy from 0.960 to 0.971 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.971. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4274ff7b..12214812 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ # Pinned deployment dependencies: -r deploy.txt -mypy==0.960 +mypy==0.971 mkdocs-material>=7.1.9,<9.0.0 coverage black From 5e8029c97526d39c0625624765cd40c4b3e2c375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:46:52 +0000 Subject: [PATCH 10/12] Bump requests from 2.27.1 to 2.28.1 Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1. - [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.27.1...v2.28.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 8610c9df..c4fe5c8d 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -22,7 +22,7 @@ pydantic==1.9.1 python-dotenv==0.20.0 python-dateutil==2.8.2 Jinja2==3.1.2 -requests==2.27.1 +requests==2.28.1 psutil==5.9.2 globus-sdk==3.11.0 configobj==5.0.6 From 60e124ec827d1e5ca5da662867c0f6cedd30ec77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 21:27:51 +0000 Subject: [PATCH 11/12] Bump python-dotenv from 0.20.0 to 0.21.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index c4fe5c8d..e0623df3 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -19,7 +19,7 @@ multiprocessing-logging==0.3.3 click==8.1.3 inquirer==2.9.2 pydantic==1.9.1 -python-dotenv==0.20.0 +python-dotenv==0.21.0 python-dateutil==2.8.2 Jinja2==3.1.2 requests==2.28.1 From 7f0c486c497e0a154f08934557ce9ed880c2e553 Mon Sep 17 00:00:00 2001 From: tomuram Date: Fri, 30 Sep 2022 16:15:54 -0500 Subject: [PATCH 12/12] Update __init__.py --- balsam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balsam/__init__.py b/balsam/__init__.py index be6a7adc..cabac987 100644 --- a/balsam/__init__.py +++ b/balsam/__init__.py @@ -1,4 +1,4 @@ from balsam.util import config_root_logger -__version__ = "0.7.0.a11" +__version__ = "0.7.0.a16" config_root_logger()