Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#512)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update fakeredis requirement from ~=2.24 to ~=2.25 in /.dev (#510)
* Update `requirements.txt` (#511)

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 Oct 2, 2024
1 parent 4fb9ea5 commit 71386f9
Show file tree
Hide file tree
Showing 5 changed files with 7 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.22.1
debugpy>=1.8.0
fakeredis~=2.24
fakeredis~=2.25
httpx~=0.27.2
invoke~=2.2
pre-commit~=3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ hypercorn>=0.14.4
oteapi-core>=0.7.0.dev3
pydantic>=2.9.2
pydantic-settings>=2.5.2
redis>=5.0.8
redis>=5.1.0
tenacity>=9.0.0
urllib3<2 # Ensure allegrograph works as intended
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 [\#508](https://github.com/EMMC-ASBL/oteapi-services/pull/508) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#512](https://github.com/EMMC-ASBL/oteapi-services/pull/512) ([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.20240925.382"
__version__ = "1.20241002.383"
__author__ = "SINTEF"
__author_email__ = "[email protected]"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ oteapi-core==0.7.0.dev3
paramiko==3.5.0
pillow==10.4.0
priority==2.0.0
prompt_toolkit==3.0.47
psycopg==3.2.2
prompt_toolkit==3.0.48
psycopg==3.2.3
pycparser==2.22
pydantic==2.9.2
pydantic-settings==2.5.2
Expand All @@ -43,7 +43,7 @@ PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
redis==5.0.8
redis==5.1.0
requests==2.32.3
six==1.16.0
sniffio==1.3.1
Expand Down

0 comments on commit 71386f9

Please sign in to comment.