Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 2 updates: [botocore](https://github.com/boto/botocore) and [pyright](https://github.com/RobertCraigie/pyright-python).


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

Updates `pyright` from 1.1.386 to 1.1.387
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.386...v1.1.387)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f082829 commit f97c37c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
9 changes: 7 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boto3-stubs==1.35.49
# via
# -r typing.txt
# types-boto3
botocore==1.35.49
botocore==1.35.53
# via
# -r docs.txt
# -r tests.in
Expand Down Expand Up @@ -228,7 +228,7 @@ pylint==3.2.7
# -r typing.txt
pyproject-api==1.7.1
# via tox
pyright==1.1.386
pyright==1.1.387
# via -r typing.txt
pytest==8.3.3
# via
Expand All @@ -247,6 +247,10 @@ python-dateutil==2.9.0.post0
# -r typing.txt
# botocore
# moto
pytz==2024.2
# via
# -r docs.txt
# babel
pyyaml==6.0.2
# via
# -r docs.txt
Expand Down Expand Up @@ -391,6 +395,7 @@ typing-extensions==4.12.2
# -r typing.txt
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down
4 changes: 3 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3
# via -r tests.in
boto3==1.35.49
# via moto
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down Expand Up @@ -99,6 +99,8 @@ python-dateutil==2.9.0.post0
# via
# botocore
# moto
pytz==2024.2
# via babel
pyyaml==6.0.2
# via responses
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.12.3
# via -r tests.in
boto3==1.35.49
# via moto
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down
5 changes: 3 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ boto3==1.35.49
# via moto
boto3-stubs==1.35.49
# via types-boto3
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ pyflakes==3.2.0
# via flake8
pylint==3.2.7
# via -r tests.in
pyright==1.1.386
pyright==1.1.387
# via -r typing.in
pytest==8.3.3
# via
Expand Down Expand Up @@ -154,6 +154,7 @@ typing-extensions==4.12.2
# via
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down

0 comments on commit f97c37c

Please sign in to comment.