Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#305)
Browse files Browse the repository at this point in the history
* Update invoke requirement from ~=2.1 to ~=2.2 in /.dev (#303)

Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) to permit the latest version.
- [Commits](pyinvoke/invoke@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update `requirements.txt` (#304)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] committed Jul 25, 2023
1 parent 822d920 commit ac14281
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dulwich~=0.21.5
httpx~=0.24.1
invoke~=2.1
invoke~=2.2
pre-commit>=2.21.0,<3; python_version<"3.8"
pre-commit~=3.3; python_version>="3.8"
pylint~=2.17
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

**Closed issues:**

- Add oteapi-dlite-plugin python package as a dependency [\#300](https://github.com/EMMC-ASBL/oteapi-services/issues/300)
- Remove sftp service from production compose file [\#120](https://github.com/EMMC-ASBL/oteapi-services/issues/120)

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#296](https://github.com/EMMC-ASBL/oteapi-services/pull/296) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#305](https://github.com/EMMC-ASBL/oteapi-services/pull/305) ([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.20230712.314"
__version__ = "1.20230725.315"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ celery==5.3.1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.4
click==8.1.5
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
contourpy==1.1.0
cryptography==41.0.1
cryptography==41.0.2
cycler==0.11.0
diskcache==5.6.1
et-xmlfile==1.1.0
exceptiongroup==1.1.2
fastapi==0.100.0
fastapi-plugins==0.12.0
fonttools==4.40.0
fonttools==4.41.0
future==0.18.3
h11==0.14.0
h2==4.1.0
Expand Down Expand Up @@ -67,4 +67,4 @@ urllib3==1.26.16
vine==5.0.0
wcwidth==0.2.6
wsproto==1.2.0
zipp==3.16.0
zipp==3.16.2

0 comments on commit ac14281

Please sign in to comment.