Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#452)
Browse files Browse the repository at this point in the history
Update `requirements.txt` (#450, #454)
  • Loading branch information
TEAM4-0 committed May 29, 2024
1 parent 0f5e1e8 commit 9faab8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi-slim>=0.111.0
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev1
pydantic>=2.7.1
pydantic>=2.7.2
pydantic-settings>=2.2.1
redis>=5.0.4
tenacity>=8.3.0
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:**

- Wrap custom\_openapi in a lambda function [\#448](https://github.com/EMMC-ASBL/oteapi-services/pull/448) ([CasperWA](https://github.com/CasperWA))
- \[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))

## [v1.20230324.302](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20230324.302) (2023-03-24)
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.20240523.363"
__version__ = "1.20240529.364"
__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
@@ -1,7 +1,7 @@
agraph-python==102.1.2
amqp==5.2.0
annotated-types==0.7.0
anyio==4.3.0
anyio==4.4.0
async-timeout==4.0.3
bcrypt==4.1.3
billiard==4.2.0
Expand All @@ -22,7 +22,7 @@ future==1.0.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
Hypercorn==0.16.0
Hypercorn==0.17.3
hyperframe==6.0.1
idna==3.7
iso8601==2.1.0
Expand All @@ -32,12 +32,12 @@ oteapi-core==0.7.0.dev1
paramiko==3.4.0
pillow==10.3.0
priority==2.0.0
prompt-toolkit==3.0.43
prompt_toolkit==3.0.45
psycopg==3.1.19
pycparser==2.22
pydantic==2.7.1
pydantic==2.7.2
pydantic-settings==2.2.1
pydantic_core==2.18.2
pydantic_core==2.18.3
PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.9.0.post0
Expand All @@ -50,7 +50,7 @@ starlette==0.37.2
taskgroup==0.0.0a4
tenacity==8.3.0
tomli==2.0.1
typing_extensions==4.11.0
typing_extensions==4.12.0
tzdata==2024.1
urllib3==1.26.18
vine==5.1.0
Expand Down

0 comments on commit 9faab8b

Please sign in to comment.