Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#445)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pylint requirement from ~=3.1 to ~=3.2 in /.dev (#444)
* Update `requirements.txt` (#449)

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 22, 2024
1 parent f9a464c commit 8476722
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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:**

- \[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)
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.20240515.361"
__version__ = "1.20240522.362"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8476722

Please sign in to comment.