From 847672298f7f10b25dcf6c53347a9024f1b47d45 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 22 May 2024 16:31:37 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#445) Update dependencies: * Update pylint requirement from ~=3.1 to ~=3.2 in /.dev (#444) * Update `requirements.txt` (#449) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .dev/requirements_dev.txt | 2 +- CHANGELOG.md | 2 +- app/__init__.py | 2 +- requirements.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index b6cb4bf..0c0b54d 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -4,7 +4,7 @@ fakeredis~=2.23 httpx~=0.27.0 invoke~=2.2 pre-commit~=3.7 -pylint~=3.1 +pylint~=3.2 pytest~=8.2 pytest-cov~=5.0 safety~=3.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index db236db..c4fdf7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ **Merged pull requests:** -- \[Auto-generated\] Update dependencies [\#443](https://github.com/EMMC-ASBL/oteapi-services/pull/443) ([TEAM4-0](https://github.com/TEAM4-0)) +- \[Auto-generated\] Update dependencies [\#445](https://github.com/EMMC-ASBL/oteapi-services/pull/445) ([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)) ## [v1.20230324.302](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20230324.302) (2023-03-24) diff --git a/app/__init__.py b/app/__init__.py index 9faeda2..f2c3bd2 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -4,6 +4,6 @@ The server should be deployed via the `Dockerfile`. """ -__version__ = "1.20240515.361" +__version__ = "1.20240522.362" __author__ = "SINTEF" __author_email__ = "Team4.0@SINTEF.no" diff --git a/requirements.txt b/requirements.txt index eaa477a..5227351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ agraph-python==102.1.2 amqp==5.2.0 -annotated-types==0.6.0 +annotated-types==0.7.0 anyio==4.3.0 async-timeout==4.0.3 bcrypt==4.1.3 @@ -43,7 +43,7 @@ pysftp==0.2.9 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 redis==5.0.4 -requests==2.31.0 +requests==2.32.2 six==1.16.0 sniffio==1.3.1 starlette==0.37.2