Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 9 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), [charset-normalizer](https://github.com/jawah/charset_normalizer), [click](https://github.com/pallets/click), [jinja2](https://github.com/pallets/jinja), [six](https://github.com/benjaminp/six), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [types-python-dateutil](https://github.com/python/typeshed) to permit the latest version.

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

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

Updates `charset-normalizer` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.0...3.4.1)

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 `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `pydantic` from 2.10.2 to 2.10.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.4)

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

Updates `types-python-dateutil` from 2.9.0.20241003 to 2.9.0.20241206
- [Commits](https://github.com/python/typeshed/commits)

---
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: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: types-python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 8b621c1 commit 82a028f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.72
boto3==1.35.90
# via aws-codeseeder
botocore==1.35.72
botocore==1.35.90
# via
# boto3
# s3transfer
Expand All @@ -27,9 +27,9 @@ cfn-flip==1.3.0
# via aws-codeseeder
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# aws-codeseeder
# cfn-flip
Expand All @@ -55,7 +55,7 @@ humanfriendly==10.0
# property-manager
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via cookiecutter
jmespath==1.0.1
# via
Expand All @@ -73,9 +73,9 @@ packaging==24.2
# via seed-farmer (setup.py)
property-manager==3.0
# via executor
pydantic==2.10.2
pydantic==2.10.4
# via seed-farmer (setup.py)
pydantic-core~=2.27.1
pydantic-core~=2.27.2
# via pydantic
pygments==2.18.0
# via rich
Expand Down Expand Up @@ -105,7 +105,7 @@ rich==13.9.4
# seed-farmer (setup.py)
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via
# cfn-flip
# executor
Expand All @@ -114,7 +114,7 @@ smmap==5.0.1
# via gitdb
text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via arrow
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 82a028f

Please sign in to comment.