Skip to content

Commit a739759

Browse files
TEAM4-0dependabot[bot]CasperWA
committed
[Auto-generated] Update requirements.txt (#661)
* Update `requirements.txt` * Bump the packages group in /.dev with 2 updates (#660) Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pre-commit` to 4.4.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.4.0) Updates `pytest` to 9.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production dependency-group: packages - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- 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>
1 parent 39f0d7f commit a739759

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fastapi-slim>=0.120.4
1+
fastapi-slim>=0.121.1
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
4-
pydantic>=2.12.3
4+
pydantic>=2.12.4
55
pydantic-settings>=2.11.0
66
redis>=7.0.1
77
tenacity>=9.1.2

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251110.464"
9+
__version__ = "1.20251110.465"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ cryptography==46.0.3
1717
diskcache==5.6.3
1818
et_xmlfile==2.0.0
1919
exceptiongroup==1.3.0
20-
fastapi-slim==0.120.4
20+
fastapi-slim==0.121.1
2121
h11==0.16.0
2222
h2==4.3.0
2323
hpack==4.1.0
24-
Hypercorn==0.17.3
24+
Hypercorn==0.18.0
2525
hyperframe==6.1.0
2626
idna==3.11
2727
invoke==2.2.1
@@ -36,9 +36,9 @@ prompt_toolkit==3.0.52
3636
psycopg==3.2.12
3737
psycopg-binary==3.2.12
3838
pycparser==2.23
39-
pydantic==2.12.3
39+
pydantic==2.12.4
4040
pydantic-settings==2.11.0
41-
pydantic_core==2.41.4
41+
pydantic_core==2.41.5
4242
PyNaCl==1.6.0
4343
pysftp==0.2.9
4444
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)