Skip to content

Commit

Permalink
Update requests from yanked 2.32.1 to 2.32.2 to fix vulnerability (#2852
Browse files Browse the repository at this point in the history
)

* Update requests from yanked 2.32.1 to >= 2.32.2

* Update poetry lock files
  • Loading branch information
albertvillanova authored May 24, 2024
1 parent 8c93ebc commit 7dde4ec
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions docs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions e2e/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ huggingface-hub = {extras = ["hf-transfer"], git = "https://github.com/huggingfa
mypy = "^1.8.0"
pip-audit = "^2.5.4"
pytest = "^7.2.1"
requests = "^2.32.1"
requests = "^2.32.2"
ruff = "^0"
types-requests = "^2.28.11"

Expand Down
8 changes: 4 additions & 4 deletions front/admin_ui/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/admin_ui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gradio = "^4.19.2"
libcommon = { path = "../../libs/libcommon", develop=true }
matplotlib = "^3.7.0"
pygraphviz = "~1.10"
requests = "^2.32.1"
requests = "^2.32.2"

[build-system]
requires = ["poetry-core"]
Expand Down
6 changes: 3 additions & 3 deletions jobs/cache_maintenance/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions jobs/mongodb_migration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/libapi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/libcommon/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions services/admin/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/admin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "3.9.18"
environs = "^9.5.0"
httpx = "^0.25.0"
libapi = {path = "../../libs/libapi", develop = true}
requests = "^2.32.1"
requests = "^2.32.2"
starlette-prometheus = "^0.9.0"
uvicorn = "^0.20.0"
watchdog = { extras = ["watchmedo"], version = "^2.2.1" }
Expand Down
6 changes: 3 additions & 3 deletions services/api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/rows/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/search/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/sse-api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/webhook/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/worker/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dde4ec

Please sign in to comment.