Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#435)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update fakeredis requirement from ~=2.21 to ~=2.22 in /.dev (#426)
* Update `requirements.txt` (#428, #432)
* Update pytest requirement from ~=8.1 to ~=8.2 in /.dev (#430)
* Update dulwich requirement from ~=0.21.7 to ~=0.22.1 in /.dev (#431)

Update GH Actions:
* Bump chuhlomin/render-template from 1.9 to 1.10 (#427)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] committed May 3, 2024
1 parent d6cb7fd commit 7b7de6d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dulwich~=0.21.7
dulwich~=0.22.1
debugpy>=1.8.0
fakeredis~=2.22
httpx~=0.27.0
invoke~=2.2
pre-commit~=3.7
pylint~=3.1
pytest~=8.1
pytest~=8.2
pytest-cov~=5.0
safety~=3.1

Expand Down
4 changes: 2 additions & 2 deletions .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fastapi>=0.110.2
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev1
pydantic>=2.7.0
pydantic>=2.7.1
pydantic-settings>=2.2.1
redis>=5.0.3
redis>=5.0.4
tenacity>=8.2.3
urllib3<2 # Ensure allegrograph works as intended
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

**Merged pull requests:**

- \[pre-commit.ci\] pre-commit autoupdate [\#433](https://github.com/EMMC-ASBL/oteapi-services/pull/433) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- \[Auto-generated\] Update dependencies [\#435](https://github.com/EMMC-ASBL/oteapi-services/pull/435) ([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)
Expand Down
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
The server should be deployed via the `Dockerfile`.
"""

__version__ = "1.20240430.358"
__version__ = "1.20240503.359"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ priority==2.0.0
prompt-toolkit==3.0.43
psycopg==3.1.18
pycparser==2.22
pydantic==2.7.0
pydantic==2.7.1
pydantic-settings==2.2.1
pydantic_core==2.18.1
pydantic_core==2.18.2
PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
redis==5.0.3
redis==5.0.4
requests==2.31.0
six==1.16.0
sniffio==1.3.1
Expand Down

0 comments on commit 7b7de6d

Please sign in to comment.