Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [packaging](https://github.com/pypa/packaging), [rich](https://github.com/Textualize/rich), [s3transfer](https://github.com/boto/s3transfer), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version.

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

Updates `botocore` from 1.35.49 to 1.35.68
- [Commits](boto/botocore@1.35.49...1.35.68)

Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

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 `s3transfer` from 0.10.3 to 0.10.4
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.3...0.10.4)

Updates `pydantic` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.1)

Updates `pydantic-core` to 2.27.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.0...v2.27.1)

Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent fba3f62 commit 2445829
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/requirements-docs.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx-autoapi==3.3.3
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sphinx-autoapi==3.3.3
# via -r docs/requirements-docs.in
sphinx-click==6.0.0
# via -r docs/requirements-docs.in
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r docs/requirements-docs.in
sphinxcontrib-applehelp==2.0.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ aws-codeseeder==1.1.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.49
boto3==1.35.68
# via aws-codeseeder
botocore==1.35.49
botocore==1.35.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,13 +69,13 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via aws-codeseeder
packaging==24.1
packaging==24.2
# via seed-farmer (setup.py)
property-manager==3.0
# via executor
pydantic==2.9.2
pydantic==2.10.1
# via seed-farmer (setup.py)
pydantic-core~=2.23.0
pydantic-core~=2.27.1
# via pydantic
pygments==2.18.0
# via rich
Expand All @@ -99,11 +99,11 @@ requests==2.32.3
# via
# cookiecutter
# seed-farmer (setup.py)
rich==13.9.3
rich==13.9.4
# via
# cookiecutter
# seed-farmer (setup.py)
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"aws-codeseeder~=1.1.0",
"cookiecutter>=2.1,<2.7",
"pyhumps>=3.5,<3.9",
"pydantic>=2.8.2,<2.10.0",
"pydantic>=2.8.2,<2.11.0",
"executor~=23.2",
"typing-extensions>=4.6.3",
"rich>=12.4,<13.10",
Expand Down

0 comments on commit 2445829

Please sign in to comment.