Skip to content

Commit

Permalink
Update requirements.txt (#485) (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Aug 14, 2024
1 parent def0404 commit 7a3d6c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 [\#483](https://github.com/EMMC-ASBL/oteapi-services/pull/483) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#486](https://github.com/EMMC-ASBL/oteapi-services/pull/486) ([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.20240807.375"
__version__ = "1.20240814.376"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ iso8601==2.1.0
kombu==5.4.0
openpyxl==3.1.5
oteapi-core==0.7.0.dev2
paramiko==3.4.0
paramiko==3.4.1
pillow==10.4.0
priority==2.0.0
prompt_toolkit==3.0.47
Expand All @@ -57,4 +57,4 @@ urllib3==1.26.19
vine==5.1.0
wcwidth==0.2.13
wsproto==1.2.0
zipp==3.19.2
zipp==3.20.0

0 comments on commit 7a3d6c1

Please sign in to comment.