Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#508)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pylint requirement from ~=3.2 to ~=3.3 in /.dev (#506)
* Update `requirements.txt` (#507, #509)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] committed Sep 25, 2024
1 parent 3cb1388 commit 4fb9ea5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.24
httpx~=0.27.2
invoke~=2.2
pre-commit~=3.8
pylint~=3.2
pylint~=3.3
pytest~=8.3
pytest-cov~=5.0
safety~=3.2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
args: ["-r"]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#504](https://github.com/EMMC-ASBL/oteapi-services/pull/504) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#508](https://github.com/EMMC-ASBL/oteapi-services/pull/508) ([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))
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.20240918.381"
__version__ = "1.20240925.382"
__author__ = "SINTEF"
__author_email__ = "[email protected]"
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
agraph-python==102.1.2
amqp==5.2.0
annotated-types==0.7.0
anyio==4.4.0
anyio==4.6.0
async-timeout==4.0.3
bcrypt==4.2.0
billiard==4.2.0
billiard==4.2.1
celery==5.4.0
certifi==2024.8.30
cffi==1.17.1
Expand All @@ -27,7 +27,7 @@ hyperframe==6.0.1
idna==3.10
importlib_metadata==8.5.0
iso8601==2.1.0
kombu==5.4.1
kombu==5.4.2
openpyxl==3.1.5
oteapi-core==0.7.0.dev3
paramiko==3.5.0
Expand All @@ -47,12 +47,12 @@ redis==5.0.8
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.38.5
starlette==0.38.6
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.1
typing_extensions==4.12.2
tzdata==2024.1
tzdata==2024.2
urllib3==1.26.20
vine==5.1.0
wcwidth==0.2.13
Expand Down

0 comments on commit 4fb9ea5

Please sign in to comment.