From 646fffddcc7fada16d6c86bb93e7db423b8c32d2 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Thu, 31 Oct 2024 10:15:53 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#527) Update dependencies: * Update fakeredis requirement from ~=2.25 to ~=2.26 in /.dev (#523) * Update `requirements.txt` (#524) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> --- .dev/requirements_dev.txt | 2 +- .github/utils/direct_requirements.txt | 4 ++-- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 2 +- app/__init__.py | 2 +- requirements.txt | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index 838b2ed..927343a 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,6 +1,6 @@ dulwich~=0.22.3 debugpy>=1.8.0 -fakeredis~=2.25 +fakeredis~=2.26 httpx~=0.27.2 invoke~=2.2 pre-commit~=4.0 diff --git a/.github/utils/direct_requirements.txt b/.github/utils/direct_requirements.txt index 08008e1..0e5ca62 100644 --- a/.github/utils/direct_requirements.txt +++ b/.github/utils/direct_requirements.txt @@ -1,8 +1,8 @@ -fastapi-slim>=0.115.3 +fastapi-slim>=0.115.4 hypercorn>=0.14.4 oteapi-core>=0.7.0.dev3 pydantic>=2.9.2 pydantic-settings>=2.6.0 -redis>=5.1.1 +redis>=5.2.0 tenacity>=9.0.0 urllib3<2 # Ensure allegrograph works as intended diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7351c0e..9e9bae6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: files: ^app/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy exclude: ^tests/.*$ diff --git a/CHANGELOG.md b/CHANGELOG.md index b39890c..00411d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ **Merged pull requests:** -- Fix CI issue concerning `safety` & `pydantic` [\#526](https://github.com/EMMC-ASBL/oteapi-services/pull/526) ([CasperWA](https://github.com/CasperWA)) +- \[Auto-generated\] Update dependencies [\#527](https://github.com/EMMC-ASBL/oteapi-services/pull/527) ([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 21f3a2d..3f61828 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -4,6 +4,6 @@ The server should be deployed via the `Dockerfile`. """ -__version__ = "1.20241028.387" +__version__ = "1.20241031.388" __author__ = "SINTEF" __author_email__ = "Team4.0@SINTEF.no" diff --git a/requirements.txt b/requirements.txt index 01b2330..f83766c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,9 +15,9 @@ click-plugins==1.1.1 click-repl==0.3.0 cryptography==43.0.3 diskcache==5.6.3 -et-xmlfile==1.1.0 +et_xmlfile==2.0.0 exceptiongroup==1.2.2 -fastapi-slim==0.115.3 +fastapi-slim==0.115.4 future==1.0.0 h11==0.14.0 h2==4.1.0 @@ -43,11 +43,11 @@ PyNaCl==1.5.0 pysftp==0.2.9 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 -redis==5.1.1 +redis==5.2.0 requests==2.32.3 six==1.16.0 sniffio==1.3.1 -starlette==0.41.0 +starlette==0.41.2 taskgroup==0.0.0a4 tenacity==9.0.0 tomli==2.0.2