Skip to content

Commit

Permalink
Bump the minor-patch group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.143` | `1.34.144` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.28` | `9.5.29` |
| [boto3](https://github.com/boto/boto3) | `1.34.143` | `1.34.144` |
| [mlflow](https://github.com/mlflow/mlflow) | `2.14.2` | `2.14.3` |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.111.0` | `0.111.1` |



Updates `ruff` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

Updates `boto3-stubs` from 1.34.143 to 1.34.144
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.5.28 to 9.5.29
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.28...9.5.29)

Updates `boto3` from 1.34.143 to 1.34.144
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.143...1.34.144)

Updates `mlflow` from 2.14.2 to 2.14.3
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.14.2...v2.14.3)

Updates `fastapi` from 0.111.0 to 0.111.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.111.0...0.111.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 98b2bf9 commit 136b751
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
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.2
mlflow==2.14.3
pydantic==1.10.15
starlette==0.37.2
limits==3.13.0
watchfiles==0.22.0
fastapi==0.111.0
fastapi==0.111.1
slowapi==0.1.9
uvicorn==0.30.1
aiohttp===3.9.5
gunicorn==22.0.0
boto3==1.34.143
boto3==1.34.144
58 changes: 29 additions & 29 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ pytest-mock = "^3.14.0"
pytest-cov = "^5.0.0"
pytest-dotenv = "^0.5.2"
pytest-asyncio = "^0.23.6"
ruff = "^0.5.0"
ruff = "^0.5.2"
bandit = "^1.7.9"
detect-secrets = "^1.5.0"
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.143"}
boto3-stubs = {extras = ["essential"], version = "^1.34.144"}
moto = {extras = ["s3"], version = "^5.0.10"}
playwright = "^1.45"
pytest-playwright = "^0.5"
Expand All @@ -42,7 +42,7 @@ yarl = "^1.9.4"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.25.1"}
mkdocs-material = "^9.5.28"
mkdocs-material = "^9.5.29"
mkdocs-mermaid2-plugin = "^1.1.1"
markdown-mdantic = "^2.1.0"
pygments = "^2.18.0"
Expand Down

0 comments on commit 136b751

Please sign in to comment.