Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#534)
Browse files Browse the repository at this point in the history
* Update dulwich requirement from ~=0.22.4 to ~=0.22.5 in /.dev (#532)
* Update `requirements.txt` (#533, #535)

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 Nov 14, 2024
1 parent 250ac70 commit 5c15b1e
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
@@ -1,4 +1,4 @@
dulwich~=0.22.4
dulwich~=0.22.5
debugpy>=1.8.0
fakeredis~=2.26
httpx~=0.27.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.115.4
fastapi-slim>=0.115.5
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev3
pydantic>=2.9.2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#531](https://github.com/EMMC-ASBL/oteapi-services/pull/531) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#534](https://github.com/EMMC-ASBL/oteapi-services/pull/534) ([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.20241107.389"
__version__ = "1.20241114.390"
__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,8 +1,8 @@
agraph-python==102.1.2
amqp==5.2.0
amqp==5.3.1
annotated-types==0.7.0
anyio==4.6.2.post1
async-timeout==5.0.0
async-timeout==5.0.1
bcrypt==4.2.0
billiard==4.2.1
celery==5.4.0
Expand All @@ -17,7 +17,7 @@ cryptography==43.0.3
diskcache==5.6.3
et_xmlfile==2.0.0
exceptiongroup==1.2.2
fastapi-slim==0.115.4
fastapi-slim==0.115.5
future==1.0.0
h11==0.14.0
h2==4.1.0
Expand Down Expand Up @@ -50,11 +50,11 @@ sniffio==1.3.1
starlette==0.41.2
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.2
tomli==2.1.0
typing_extensions==4.12.2
tzdata==2024.2
urllib3==1.26.20
vine==5.1.0
wcwidth==0.2.13
wsproto==1.2.0
zipp==3.20.2
zipp==3.21.0

0 comments on commit 5c15b1e

Please sign in to comment.