Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#515)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pre-commit requirement from ~=3.8 to ~=4.0 in /.dev (#513)
* Update `requirements.txt` (#514)

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 Oct 9, 2024
1 parent 71386f9 commit 3428e71
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ debugpy>=1.8.0
fakeredis~=2.25
httpx~=0.27.2
invoke~=2.2
pre-commit~=3.8
pre-commit~=4.0
pylint~=3.3
pytest~=8.3
pytest-cov~=5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ hypercorn>=0.14.4
oteapi-core>=0.7.0.dev3
pydantic>=2.9.2
pydantic-settings>=2.5.2
redis>=5.1.0
redis>=5.1.1
tenacity>=9.0.0
urllib3<2 # Ensure allegrograph works as intended
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci:
# hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: debug-statements
Expand All @@ -41,7 +41,7 @@ repos:
args: ["--py39-plus"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

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 [\#512](https://github.com/EMMC-ASBL/oteapi-services/pull/512) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#515](https://github.com/EMMC-ASBL/oteapi-services/pull/515) ([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.20241002.383"
__version__ = "1.20241009.384"
__author__ = "SINTEF"
__author_email__ = "[email protected]"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
redis==5.1.0
redis==5.1.1
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.38.6
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.1
tomli==2.0.2
typing_extensions==4.12.2
tzdata==2024.2
urllib3==1.26.20
Expand Down

0 comments on commit 3428e71

Please sign in to comment.