Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#492)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update fakeredis requirement from ~=2.23 to ~=2.24 in /.dev (#490)
* Update `requirements.txt` (#491, #493)
* Update httpx requirement from ~=0.27.0 to ~=0.27.2 in /.dev (#494)

Update `pre-commit` hooks

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 3, 2024
1 parent 3c80b17 commit c5b5876
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dulwich~=0.22.1
debugpy>=1.8.0
fakeredis~=2.23
httpx~=0.27.0
fakeredis~=2.24
httpx~=0.27.2
invoke~=2.2
pre-commit~=3.8
pylint~=3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi-slim>=0.112.1
fastapi-slim>=0.112.2
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev2
pydantic>=2.8.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 @@ -53,7 +53,7 @@ repos:
files: ^app/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
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 [\#488](https://github.com/EMMC-ASBL/oteapi-services/pull/488) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#492](https://github.com/EMMC-ASBL/oteapi-services/pull/492) ([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.20240823.377"
__version__ = "1.20240903.378"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async-timeout==4.0.3
bcrypt==4.2.0
billiard==4.2.0
celery==5.4.0
certifi==2024.7.4
certifi==2024.8.30
cffi==1.17.0
charset-normalizer==3.3.2
click==8.1.7
Expand All @@ -17,14 +17,14 @@ cryptography==43.0.0
diskcache==5.6.3
et-xmlfile==1.1.0
exceptiongroup==1.2.2
fastapi-slim==0.112.1
fastapi-slim==0.112.2
future==1.0.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
Hypercorn==0.17.3
hyperframe==6.0.1
idna==3.7
idna==3.8
importlib_metadata==8.4.0
iso8601==2.1.0
kombu==5.4.0
Expand All @@ -47,14 +47,14 @@ redis==5.0.8
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.38.2
starlette==0.38.4
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.1
typing_extensions==4.12.2
tzdata==2024.1
urllib3==1.26.19
urllib3==1.26.20
vine==5.1.0
wcwidth==0.2.13
wsproto==1.2.0
zipp==3.20.0
zipp==3.20.1

0 comments on commit c5b5876

Please sign in to comment.