From 3428e71f2fe7e56081c00cf8d84fde4ef5390225 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 9 Oct 2024 09:40:55 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#515) Update dependencies: * Update pre-commit requirement from ~=3.8 to ~=4.0 in /.dev (#513) * Update `requirements.txt` (#514) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .dev/requirements_dev.txt | 2 +- .github/utils/direct_requirements.txt | 2 +- .pre-commit-config.yaml | 4 ++-- CHANGELOG.md | 2 +- app/__init__.py | 2 +- requirements.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index f3e32374..354be4e3 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -3,7 +3,7 @@ debugpy>=1.8.0 fakeredis~=2.25 httpx~=0.27.2 invoke~=2.2 -pre-commit~=3.8 +pre-commit~=4.0 pylint~=3.3 pytest~=8.3 pytest-cov~=5.0 diff --git a/.github/utils/direct_requirements.txt b/.github/utils/direct_requirements.txt index 6a7bbf2e..61c68227 100644 --- a/.github/utils/direct_requirements.txt +++ b/.github/utils/direct_requirements.txt @@ -3,6 +3,6 @@ hypercorn>=0.14.4 oteapi-core>=0.7.0.dev3 pydantic>=2.9.2 pydantic-settings>=2.5.2 -redis>=5.1.0 +redis>=5.1.1 tenacity>=9.0.0 urllib3<2 # Ensure allegrograph works as intended diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da1e1d42..a608df52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ ci: # hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: debug-statements @@ -41,7 +41,7 @@ repos: args: ["--py39-plus"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black diff --git a/CHANGELOG.md b/CHANGELOG.md index c185b755..30a4a757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ **Merged pull requests:** -- \[Auto-generated\] Update dependencies [\#512](https://github.com/EMMC-ASBL/oteapi-services/pull/512) ([TEAM4-0](https://github.com/TEAM4-0)) +- \[Auto-generated\] Update dependencies [\#515](https://github.com/EMMC-ASBL/oteapi-services/pull/515) ([TEAM4-0](https://github.com/TEAM4-0)) - \[Auto-generated\] Update dependencies [\#459](https://github.com/EMMC-ASBL/oteapi-services/pull/459) ([TEAM4-0](https://github.com/TEAM4-0)) - \[Auto-generated\] Update dependencies [\#452](https://github.com/EMMC-ASBL/oteapi-services/pull/452) ([TEAM4-0](https://github.com/TEAM4-0)) - \[Auto-generated\] Update dependencies [\#429](https://github.com/EMMC-ASBL/oteapi-services/pull/429) ([TEAM4-0](https://github.com/TEAM4-0)) diff --git a/app/__init__.py b/app/__init__.py index 9b45e0aa..96cf280d 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -4,6 +4,6 @@ The server should be deployed via the `Dockerfile`. """ -__version__ = "1.20241002.383" +__version__ = "1.20241009.384" __author__ = "SINTEF" __author_email__ = "Team4.0@SINTEF.no" diff --git a/requirements.txt b/requirements.txt index ec9c7f15..9ea585a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,14 +43,14 @@ PyNaCl==1.5.0 pysftp==0.2.9 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 -redis==5.1.0 +redis==5.1.1 requests==2.32.3 six==1.16.0 sniffio==1.3.1 starlette==0.38.6 taskgroup==0.0.0a4 tenacity==9.0.0 -tomli==2.0.1 +tomli==2.0.2 typing_extensions==4.12.2 tzdata==2024.2 urllib3==1.26.20