Skip to content

Commit

Permalink
Update dependencies (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz authored Mar 6, 2024
1 parent 1816d11 commit ab6fd53
Show file tree
Hide file tree
Showing 6 changed files with 5,271 additions and 2,610 deletions.
361 changes: 211 additions & 150 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ pyglove = { version = ">=0.4.4" }
pyhindsight = { version = "^20230327.0", optional = true }
ratelimit = { version = ">=2.2.1" }
redis = { version = "^4.4.4" }
urllib3 = { version = ">=1.25.3,<2" }
urllib3 = [
{version = ">=1.25.4,<1.27", python = "<3.10"},
{version = ">=1.25.4,<2.1", python = ">=3.10"}
]

[tool.poetry.group.test]
optional = true
Expand Down
3,463 changes: 1,943 additions & 1,520 deletions requirements-test.txt

Large diffs are not rendered by default.

2,384 changes: 2,208 additions & 176 deletions requirements-worker.txt

Large diffs are not rendered by default.

1,666 changes: 904 additions & 762 deletions requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion turbinia/api/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ turbinia-client = "turbinia_client.turbiniacli_tool:main"
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.7"
turbinia-api-lib = "^1.0.2"
turbinia-api-lib = "^1.0.3"
google-auth-oauthlib = "^1.1.0"
pandas = "^2.1.0"

Expand Down

0 comments on commit ab6fd53

Please sign in to comment.