Skip to content

Commit

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

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent d0d52ee commit f562e84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.3
debugpy>=1.8.0
fakeredis~=2.25
fakeredis~=2.26
httpx~=0.27.2
invoke~=2.2
pre-commit~=4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fastapi-slim>=0.115.3
fastapi-slim>=0.115.4
hypercorn>=0.14.4
oteapi-core>=0.7.0.dev3
pydantic>=2.9.2
pydantic-settings>=2.6.0
redis>=5.1.1
redis>=5.2.0
tenacity>=9.0.0
urllib3<2 # Ensure allegrograph works as intended
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
files: ^app/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ click-plugins==1.1.1
click-repl==0.3.0
cryptography==43.0.3
diskcache==5.6.3
et-xmlfile==1.1.0
et_xmlfile==2.0.0
exceptiongroup==1.2.2
fastapi-slim==0.115.3
fastapi-slim==0.115.4
future==1.0.0
h11==0.14.0
h2==4.1.0
Expand All @@ -43,11 +43,11 @@ PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
redis==5.1.1
redis==5.2.0
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.41.0
starlette==0.41.2
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.2
Expand Down

0 comments on commit f562e84

Please sign in to comment.