Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 7 updates #509

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the dependencies group with 7 updates:

Package From To
django 5.1.6 5.1.7
boto3 1.37.4 1.37.9
google-api-python-client 2.162.0 2.163.0
faker 36.1.1 37.0.0
ipython 9.0.1 9.0.2
boto3-stubs 1.37.4 1.37.9
ruff 0.9.9 0.9.10

Updates django from 5.1.6 to 5.1.7

Commits
  • 691e945 [5.1.x] Bumped version for 5.1.7 release.
  • 8dbb44d [5.1.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ...
  • d7dc1f6 [5.1.x] Fixed typo in docs/ref/checks.txt.
  • dbd94e7 [5.1.x] Fixed #36227 -- Fixed outdated PostgreSQL documentation links.
  • cc405e1 [5.1.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m thr...
  • 03ace75 [5.1.x] Fixed #36217 -- Restored pre_save/post_save signal emission via LogEn...
  • 76a9f12 [5.1.x] Added some heading labels to to docs/topics/cache.txt.
  • 558c616 [5.1.x] Added stub release notes and release date for 5.1.7, 5.0.13, and 4.2.20.
  • 11243cc [5.1.x] Added security guideline on reasonable size limitations when renderin...
  • b80288a [5.1.x] Added security reporting guidelines.
  • Additional commits viewable in compare view

Updates boto3 from 1.37.4 to 1.37.9

Commits
  • b8854b4 Merge branch 'release-1.37.9'
  • aa5765c Bumping version to 1.37.9
  • 17ece95 Add changelog entries from botocore
  • b28f6f0 Merge branch 'release-1.37.8'
  • b1ddd3e Merge branch 'release-1.37.8' into develop
  • a47485e Bumping version to 1.37.8
  • e7b3c94 Add changelog entries from botocore
  • 835e609 Merge pull request #4455 from RyanFitzSimmonsAK/develop
  • 2f57a02 Merge branch 'release-1.37.7'
  • 989c100 Merge branch 'release-1.37.7' into develop
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.162.0 to 2.163.0

Release notes

Sourced from google-api-python-client's releases.

v2.163.0

2.163.0 (2025-03-04)

Features

Commits

Updates faker from 36.1.1 to 37.0.0

Release notes

Sourced from faker's releases.

Release v37.0.0

See CHANGELOG.md.

Release v36.2.3

See CHANGELOG.md.

Release v36.2.2

See CHANGELOG.md.

Release v36.2.1

See CHANGELOG.md.

Release v36.2.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v37.0.0 - 2025-03-07

  • Fix: es_ES doi() to use standard DOI format. Thanks @​jasur-py.

v36.2.3 - 2025-03-07

v36.2.2 - 2025-03-05

v36.2.1 - 2025-03-05

v36.2.0 - 2025-03-05

  • Add snils to ru_RU company provider. Thanks @​Pandede.
Commits
  • 56fe47d Bump version: 36.2.3 → 37.0.0
  • b8377e0 📝 Update CHANGELOG.md
  • 2698582 💄 format code
  • fe89979 update documentation with samples
  • f628ddc Remove incorrect implementation of doi for en_ES locale
  • 35445be update test
  • 8b52334 add tox to dev-requirements.txt
  • 10b8186 Fix: es_ES doi() to use standard DOI format (#2162)
  • d9f3d63 Bump version: 36.2.2 → 36.2.3
  • 3ceb034 📝 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates ipython from 9.0.1 to 9.0.2

Commits

Updates boto3-stubs from 1.37.4 to 1.37.9

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates ruff from 0.9.9 to 0.9.10

Release notes

Sourced from ruff's releases.

0.9.10

Release Notes

Preview features

  • [ruff] Add new rule RUF059: Unused unpacked assignment (#16449)
  • [syntax-errors] Detect assignment expressions before Python 3.8 (#16383)
  • [syntax-errors] Named expressions in decorators before Python 3.9 (#16386)
  • [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • [syntax-errors] Positional-only parameters before Python 3.8 (#16481)
  • [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#16485)
  • [syntax-errors] Type parameter defaults before Python 3.13 (#16447)
  • [syntax-errors] Type parameter lists before Python 3.12 (#16479)
  • [syntax-errors] except* before Python 3.11 (#16446)
  • [syntax-errors] type statements before Python 3.12 (#16478)

Bug fixes

  • Escape template filenames in glob patterns in configuration (#16407)
  • [flake8-simplify] Exempt unittest context methods for SIM115 rule (#16439)
  • Formatter: Fix syntax error location in notebooks (#16499)
  • [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) (#16451)
  • [flake8-builtins] Ignore variables matching module attribute names (A001) (#16454)
  • [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) (#16424)

CLI

  • Move rule code from description to check_name in GitLab output serializer (#16437)

Documentation

  • [pydocstyle] Clarify that D417 only checks docstrings with an arguments section (#16494)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.10

Preview features

  • [ruff] Add new rule RUF059: Unused unpacked assignment (#16449)
  • [syntax-errors] Detect assignment expressions before Python 3.8 (#16383)
  • [syntax-errors] Named expressions in decorators before Python 3.9 (#16386)
  • [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • [syntax-errors] Positional-only parameters before Python 3.8 (#16481)
  • [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#16485)
  • [syntax-errors] Type parameter defaults before Python 3.13 (#16447)
  • [syntax-errors] Type parameter lists before Python 3.12 (#16479)
  • [syntax-errors] except* before Python 3.11 (#16446)
  • [syntax-errors] type statements before Python 3.12 (#16478)

Bug fixes

  • Escape template filenames in glob patterns in configuration (#16407)
  • [flake8-simplify] Exempt unittest context methods for SIM115 rule (#16439)
  • Formatter: Fix syntax error location in notebooks (#16499)
  • [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) (#16451)
  • [flake8-builtins] Ignore variables matching module attribute names (A001) (#16454)
  • [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) (#16424)

CLI

  • Move rule code from description to check_name in GitLab output serializer (#16437)

Documentation

  • [pydocstyle] Clarify that D417 only checks docstrings with an arguments section (#16494)
Commits
  • 0dfa810 Bump 0.9.10 (#16556)
  • 9cd0cde Assert that formatted code doesn't introduce any new unsupported syntax error...
  • 05a4c29 print MDTEST_TEST_FILTER value in single-quotes (and escaped) (#16548)
  • b3c884f [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • 6c14225 [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#1...
  • 0a627ef [red-knot] Never is callable and iterable. Arbitrary attributes can be access...
  • a25be46 Clarify that D417 only checks docstrings with an arguments section (#16494)
  • ce0018c Add OsSystem support to mdtests (#16518)
  • 48f906e Add tests for case-sensitive module resolution (#16517)
  • ebd172e [red-knot] Several failing tests for generics (#16509)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.1.6` | `5.1.7` |
| [boto3](https://github.com/boto/boto3) | `1.37.4` | `1.37.9` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.162.0` | `2.163.0` |
| [faker](https://github.com/joke2k/faker) | `36.1.1` | `37.0.0` |
| [ipython](https://github.com/ipython/ipython) | `9.0.1` | `9.0.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.4` | `1.37.9` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.9.10` |


Updates `django` from 5.1.6 to 5.1.7
- [Commits](django/django@5.1.6...5.1.7)

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

Updates `google-api-python-client` from 2.162.0 to 2.163.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.162.0...v2.163.0)

Updates `faker` from 36.1.1 to 37.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v36.1.1...v37.0.0)

Updates `ipython` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.0.1...9.0.2)

Updates `boto3-stubs` from 1.37.4 to 1.37.9
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.9.9 to 0.9.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.9...0.9.10)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 10, 2025
@RadoRado RadoRado merged commit 2727835 into master Mar 12, 2025
3 checks passed
@RadoRado RadoRado deleted the dependabot/pip/master/dependencies-6c1c398090 branch March 12, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant