Skip to content

Commit

Permalink
build(deps): bump the pip group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [boto3](https://github.com/boto/boto3), [rich](https://github.com/Textualize/rich), [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

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

Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `ruff` to 0.8.0
- [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.7.1...0.8.0)

Updates `setuptools` to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.1.0...v75.3.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent ca14782 commit e8b00ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ keywords = ["AWS", "EC2", "command line", "cli"]
classifiers = ["License :: OSI Approved :: MIT License"]
requires-python = ">=3.8"
dependencies = [
"boto3==1.35.53",
"boto3==1.35.71",
"importlib_resources==6.4.5",
"pytoml==0.1.21",
"pytz==2024.2",
"requests==2.32.3",
"rich==13.9.3",
"rich==13.9.4",
"typing_extensions==4.12.2",
]

Expand All @@ -28,7 +28,7 @@ dev = [
"pyfakefs~=5.1",
"pytest~=8.0",
"pytest-mock~=3.11",
"ruff~=0.7.1",
"ruff~=0.8.0",
"twine~=5.0",
]

Expand All @@ -39,7 +39,7 @@ aec = "aec.main:main"
homepage = "https://github.com/seek-oss/aec"

[build-system]
requires = ["setuptools~=69.1", "setuptools_scm~=8.0", "wheel~=0.42"]
requires = ["setuptools~=75.3", "setuptools_scm~=8.0", "wheel~=0.42"]

# enable setuptools_scm to set the version based on git tags
[tool.setuptools_scm]
Expand Down

0 comments on commit e8b00ce

Please sign in to comment.