Skip to content

Commit

Permalink
Merge pull request #884 from i-dot-ai/dependabot/pip/minor-patch-4096…
Browse files Browse the repository at this point in the history
…8c6172

Bump the minor-patch group across 5 directories with 4 updates
  • Loading branch information
brunns authored Jul 30, 2024
2 parents b6f4fb4 + 622c5cd commit ab87586
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 58 deletions.
16 changes: 8 additions & 8 deletions core-api/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 core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ redbox = {path="../redbox-core", develop=true}
pydantic = "^2.7.1"
langchain = "^0.2.11"
tiktoken = "^0.7.0"
boto3 = "^1.34.149"
boto3 = "^1.34.150"
faststream = {extras = ["redis"], version = "<0.5.0"}
fastapi = "^0.111.0"
uvicorn = "^0.30.1"
Expand Down
28 changes: 14 additions & 14 deletions django_app/poetry.lock

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

4 changes: 2 additions & 2 deletions django_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-csp = "^3.7"
django-single-session = "^0.2.0"
sentry-sdk = {extras = ["django"], version = "^2.11.0"}
django-storages = "^1.14.2"
boto3 = "^1.34.149"
boto3 = "^1.34.150"
urllib3 = "<2.3"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
requests = "^2.31.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ django-types = "^0.19.1"
types-python-jose = "^3.3.4.8"
detect-secrets = "^1.4.0"
types-pytz = "^2024.1.0.20240203"
boto3-stubs = "^1.34.149"
boto3-stubs = "^1.34.150"
requests-mock = "^1.12.1"
playwright = "^1.45.1"
pytest-playwright = "^0.5.1"
Expand Down
6 changes: 3 additions & 3 deletions mlflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mlflow==2.14.3
mlflow==2.15.0
pydantic==2.8.2
starlette==0.38.1
starlette==0.38.2
limits==3.13.0
watchfiles==0.22.0
fastapi==0.111.1
slowapi==0.1.9
uvicorn==0.30.3
aiohttp===3.9.5
gunicorn==22.0.0
boto3==1.34.149
boto3==1.34.150
12 changes: 6 additions & 6 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mypy = "^1.9.0"
types-python-dateutil = "^2.9.0.20240315"
types-markdown = "^3.6.0.20240316"
types-pytz = "^2024.1.0.20240203"
boto3-stubs = {extras = ["essential"], version = "^1.34.149"}
boto3-stubs = {extras = ["essential"], version = "^1.34.150"}
moto = {extras = ["s3"], version = "^5.0.10"}
playwright = "^1.45"
pytest-playwright = "^0.5"
Expand Down
16 changes: 8 additions & 8 deletions redbox-core/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 redbox-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elasticsearch = "^8.14.0"
langchain = "^0.2.11"
langchain_openai = "^0.1.19"
tiktoken = "^0.7.0"
boto3 = "^1.34.149"
boto3 = "^1.34.150"
pydantic-settings = "^2.3.4"
langchain-elasticsearch = "^0.2.2"
pytest-dotenv = "^0.5.2"
Expand Down
26 changes: 13 additions & 13 deletions worker/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 worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ unstructured-inference = "^0.7.36"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23.6"
boto3-stubs = {extras = ["essential"], version = "^1.34.149"}
boto3-stubs = {extras = ["essential"], version = "^1.34.150"}
moto = {extras = ["s3"], version = "^5.0.10"}
pytest-dotenv = "^0.5.2"

Expand Down

0 comments on commit ab87586

Please sign in to comment.