Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#521)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update dulwich requirement from ~=0.22.1 to ~=0.22.3 in /.dev (#519)
* Update `requirements.txt` (#520, #522)

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 23, 2024
1 parent 2716e93 commit 7793253
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dulwich~=0.22.1
dulwich~=0.22.3
debugpy>=1.8.0
fakeredis~=2.25
httpx~=0.27.2
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-slim>=0.115.2
fastapi-slim>=0.115.3
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev3
pydantic>=2.9.2
pydantic-settings>=2.5.2
pydantic-settings>=2.6.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 @@ -35,7 +35,7 @@ repos:
args: ["--profile", "black", "--filter-files", "--skip-gitignore"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand All @@ -53,7 +53,7 @@ repos:
files: ^app/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.12.1
hooks:
- id: mypy
exclude: ^tests/.*$
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 [\#517](https://github.com/EMMC-ASBL/oteapi-services/pull/517) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#521](https://github.com/EMMC-ASBL/oteapi-services/pull/521) ([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.20241016.385"
__version__ = "1.20241023.386"
__author__ = "SINTEF"
__author_email__ = "[email protected]"
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
cryptography==43.0.1
cryptography==43.0.3
diskcache==5.6.3
et-xmlfile==1.1.0
exceptiongroup==1.2.2
fastapi-slim==0.115.2
fastapi-slim==0.115.3
future==1.0.0
h11==0.14.0
h2==4.1.0
Expand All @@ -37,7 +37,7 @@ prompt_toolkit==3.0.48
psycopg==3.2.3
pycparser==2.22
pydantic==2.9.2
pydantic-settings==2.5.2
pydantic-settings==2.6.0
pydantic_core==2.23.4
PyNaCl==1.5.0
pysftp==0.2.9
Expand All @@ -47,7 +47,7 @@ redis==5.1.1
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.40.0
starlette==0.41.0
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.2
Expand Down

0 comments on commit 7793253

Please sign in to comment.