Skip to content

Commit

Permalink
make reqs-all upgrade=ujson
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 18, 2022
1 parent 5852423 commit 36b7832
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/api-server/requirements/_base.txt
Expand Up @@ -318,7 +318,7 @@ typing-extensions==4.3.0
# aiodebug
# pydantic
# starlette
ujson==5.4.0
ujson==5.5.0
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion services/catalog/requirements/_base.txt
Expand Up @@ -218,7 +218,7 @@ typing-extensions==4.3.0
# aioredis
# pydantic
# starlette
ujson==5.4.0
ujson==5.5.0
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/requirements/_base.txt
Expand Up @@ -417,7 +417,7 @@ typing-extensions==4.3.0
# aioredis
# pydantic
# starlette
ujson==5.4.0
ujson==5.5.0
# via
# -c requirements/../../../packages/dask-task-models-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/dask-task-models-library/requirements/../../../requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion services/storage/requirements/_base.txt
Expand Up @@ -217,7 +217,7 @@ typing-extensions==4.3.0
# pydantic
# types-aiobotocore
# types-aiobotocore-s3
ujson==5.4.0
ujson==5.5.0
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
Expand Down

0 comments on commit 36b7832

Please sign in to comment.