Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 3 upda…
Browse files Browse the repository at this point in the history
…tes (#713)

* Bump the production-dependencies group across 1 directory with 3 updates

Bumps the production-dependencies group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [rich](https://github.com/Textualize/rich) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi).


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

Updates `sphinx-autoapi` from 3.2.1 to 3.3.1
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.2.1...v3.3.1)

---
updated-dependencies:
- dependency-name: certifi
  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-minor
  dependency-group: production-dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
  • Loading branch information
dependabot[bot] and LeonLuttenberger authored Sep 3, 2024
1 parent 17ff058 commit 2abdfbe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/requirements-docs.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx-autoapi==3.2.1
sphinx-autoapi==3.3.1
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
Expand All @@ -14,4 +14,4 @@ PyYAML==6.0.2
urllib3~=1.26.19
wheel==0.44.0
typing-extensions==4.12.2
certifi~=2024.7.4
certifi~=2024.8.30
6 changes: 4 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.5
# via sphinx-autoapi
babel==2.12.1
# via sphinx
certifi==2024.7.4
certifi==2024.8.30
# via
# -r docs/requirements-docs.in
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ sphinx==7.1.2
# sphinx-click
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autoapi==3.2.1
sphinx-autoapi==3.3.1
# via -r docs/requirements-docs.in
sphinx-click==6.0.0
# via -r docs/requirements-docs.in
Expand Down Expand Up @@ -104,6 +104,8 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs/requirements-docs.in
# sphinx
stdlib-list==0.10.0
# via sphinx-autoapi
typing-extensions==4.12.2
# via
# -r docs/requirements-docs.in
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
awscli~=1.34.10
certifi~=2024.7.4
certifi~=2024.8.30
check-manifest~=0.48
mypy~=1.11
pip-tools~=7.4.1
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build==1.2.1
# check-manifest
# pip-tools
# pyroma
certifi==2024.7.4
certifi==2024.8.30
# via
# -c requirements.txt
# -r requirements-dev.in
Expand Down Expand Up @@ -183,7 +183,7 @@ responses==0.25.3
# via moto
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via
# -c requirements.txt
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ botocore==1.35.10
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via
# aws-codeseeder
# requests
Expand Down Expand Up @@ -99,7 +99,7 @@ requests==2.32.3
# via
# cookiecutter
# seed-farmer (setup.py)
rich==13.7.1
rich==13.8.0
# via
# cookiecutter
# seed-farmer (setup.py)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"pydantic>=2.8.2,<2.9.0",
"executor~=23.2",
"typing-extensions>=4.6.3",
"rich>=12.4,<13.8",
"rich>=12.4,<13.9",
"requests>=2.28,<2.33",
"python-dotenv>=0.21,<1.1",
"gitpython~=3.1.30",
"gitignore-parser~=0.1.2",
"pyyaml~=6.0.1",
"urllib3~=1.26.17",
"certifi>=2024.7.4,<2024.8.0",
"certifi>=2024.7.4,<2024.9.0",
"packaging>=23.2,<25.0",
],
entry_points={"console_scripts": ["seedfarmer = seedfarmer.__main__:main"]},
Expand Down

0 comments on commit 2abdfbe

Please sign in to comment.