Skip to content

Commit

Permalink
Bump the pip group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` |
| [boto3](https://github.com/boto/boto3) | `1.35.71` | `1.35.90` |
| [botocore](https://github.com/boto/botocore) | `1.35.71` | `1.35.90` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.12` | `10.13` |


Updates `mypy` from 1.13.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.1)

Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230
- [Commits](https://github.com/python/typeshed/commits)

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

Updates `botocore` from 1.35.71 to 1.35.90
- [Commits](boto/botocore@1.35.71...1.35.90)

Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

Updates `mkdocs-material` from 9.5.47 to 9.5.49
- [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.47...9.5.49)

Updates `pymdown-extensions` from 10.12 to 10.13
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.12...10.13)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gruebel committed Jan 6, 2025
1 parent f5a0af4 commit 81dbc6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ atomicwrites==1.4.1
distlib==0.3.9
filelock==3.16.1
mkdocs==1.6.1
mkdocs-material==9.5.47
mkdocs-material==9.5.49
mkdocs-material-extensions==1.3.1
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
mkdocstrings-python-legacy==0.2.4
Pygments==2.18.0
pymdown-extensions==10.12
pymdown-extensions==10.13
pytkdocs==0.16.2
docutils==0.20.1
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9
pytest==8.3.4
coverage==7.6.1
# type check
mypy==1.13.0
mypy==1.14.1
boto3-stubs-lite[iam,s3,sts]==1.35.70
types-PyYAML==6.0.12.20240917
types-PyYAML==6.0.12.20241230
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AWS
boto3==1.35.71
botocore==1.35.71
boto3==1.35.90
botocore==1.35.90
# Speeds up IAM logic
cached-property==2.0.1
# Command line
click==8.1.7
click==8.1.8
click_option_group==0.5.6
# Templating - required for exclusions YAML files and inserting content to HTML report
jinja2==3.1.4
jinja2==3.1.5
pyyaml==6.0.2
# We render Markdown glossary files as HTML in the Cloudsplaining report
markdown==3.7
Expand Down

0 comments on commit 81dbc6f

Please sign in to comment.