Skip to content

Bump the dependencies group with 5 updates #525

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the dependencies group with 5 updates:

Package From To
django-celery-beat 2.8.0 2.8.1
boto3 1.38.13 1.38.18
faker 37.1.0 37.3.0
boto3-stubs 1.38.13 1.38.18
ruff 0.11.9 0.11.10

Updates django-celery-beat from 2.8.0 to 2.8.1

Release notes

Sourced from django-celery-beat's releases.

v2.8.1

What's Changed

New Contributors

Full Changelog: celery/django-celery-beat@v2.8.0...v2.8.1

Changelog

Sourced from django-celery-beat's changelog.

2.8.1

:release-date: 2025-05-13 :release-by: Asif Saif Uddin (@​auvipy)

  • Fixed regression by big code refactoring.

.. _version-2.8.0:

Commits
  • 2a20e5a Bump version: 2.8.0 → 2.8.1
  • 1466580 added changelog entry for v2.8.1
  • 3728f7a improve copyright
  • 5bebe6b remove flake8plus from make file as not needed anymore
  • 62ba138 use django 5.2 stable version in ci
  • 942154f [pre-commit.ci] pre-commit autoupdate (#889)
  • d78ba7a Make list (#883)
  • e645262 Consider server timezone on _get_timezone_offset instead of django's settings...
  • 0c5b652 [pre-commit.ci] pre-commit autoupdate (#884)
  • 87c0597 Refactor / all_as_schedule crontab query optimization (#879)
  • Additional commits viewable in compare view

Updates boto3 from 1.38.13 to 1.38.18

Commits
  • b669d1d Merge branch 'release-1.38.18'
  • 33d374f Bumping version to 1.38.18
  • b8ea4b9 Add changelog entries from botocore
  • 988771f Merge branch 'release-1.38.17'
  • 46e84a3 Merge branch 'release-1.38.17' into develop
  • 0ee7698 Bumping version to 1.38.17
  • 6416312 Add changelog entries from botocore
  • d9c2319 Merge branch 'release-1.38.16'
  • 7dd31b4 Merge branch 'release-1.38.16' into develop
  • 8118005 Bumping version to 1.38.16
  • Additional commits viewable in compare view

Updates faker from 37.1.0 to 37.3.0

Release notes

Sourced from faker's releases.

Release v37.3.0

See CHANGELOG.md.

Release v37.2.1

See CHANGELOG.md.

Release v37.2.0

See CHANGELOG.md.

Release v37.1.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v37.3.0 - 2025-05-14

v37.2.1 - 2025-05-14

  • Remove duplicate cities in de_DE address provider. Thanks @​KarelZe.

v37.2.0 - 2025-05-14

v37.1.1 - 2025-05-14

  • Fix type annotations for Python 3.14. Thanks @​mgorny.
Commits

Updates boto3-stubs from 1.38.13 to 1.38.18

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.11.9 to 0.11.10

Release notes

Sourced from ruff's releases.

0.11.10

Release Notes

Preview features

  • [ruff] Implement a recursive check for RUF060 (#17976)
  • [airflow] Enable autofixes for AIR301 and AIR311 (#17941)
  • [airflow] Apply try catch guard to all AIR3 rules (#17887)
  • [airflow] Extend AIR311 rules (#17913)

Bug fixes

  • [flake8-bugbear] Ignore B028 if skip_file_prefixes is present (#18047)
  • [flake8-pie] Mark autofix for PIE804 as unsafe if the dictionary contains comments (#18046)
  • [flake8-simplify] Correct behavior for str.split/rsplit with maxsplit=0 (SIM905) (#18075)
  • [flake8-simplify] Fix SIM905 autofix for rsplit creating a reversed list literal (#18045)
  • [flake8-use-pathlib] Suppress diagnostics for all os.* functions that have the dir_fd parameter (PTH) (#17968)
  • [refurb] Mark autofix as safe only for number literals (FURB116) (#17692)

Rule changes

  • [flake8-bandit] Skip S608 for expressionless f-strings (#17999)
  • [flake8-pytest-style] Don't recommend usefixtures for parametrize values (PT019) (#17650)
  • [pyupgrade] Add resource.error as deprecated alias of OSError (UP024) (#17933)

CLI

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.10

Preview features

  • [ruff] Implement a recursive check for RUF060 (#17976)
  • [airflow] Enable autofixes for AIR301 and AIR311 (#17941)
  • [airflow] Apply try catch guard to all AIR3 rules (#17887)
  • [airflow] Extend AIR311 rules (#17913)

Bug fixes

  • [flake8-bugbear] Ignore B028 if skip_file_prefixes is present (#18047)
  • [flake8-pie] Mark autofix for PIE804 as unsafe if the dictionary contains comments (#18046)
  • [flake8-simplify] Correct behavior for str.split/rsplit with maxsplit=0 (SIM905) (#18075)
  • [flake8-simplify] Fix SIM905 autofix for rsplit creating a reversed list literal (#18045)
  • [flake8-use-pathlib] Suppress diagnostics for all os.* functions that have the dir_fd parameter (PTH) (#17968)
  • [refurb] Mark autofix as safe only for number literals (FURB116) (#17692)

Rule changes

  • [flake8-bandit] Skip S608 for expressionless f-strings (#17999)
  • [flake8-pytest-style] Don't recommend usefixtures for parametrize values (PT019) (#17650)
  • [pyupgrade] Add resource.error as deprecated alias of OSError (UP024) (#17933)

CLI

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)
Commits
  • b35bf8a Bump 0.11.10 (#18120)
  • 279dac1 [ty] Make dataclass instances adhere to DataclassInstance (#18115)
  • 5761703 [ty] Enable optimizations for salsa in debug profile (#18117)
  • 28b5a86 [ty] Enable 'ansi' feature to fix compile error (#18116)
  • b6b7caa [ty] Change layout of extra verbose output and respect --color for verbose ...
  • 46be305 [ty] Include synthesized arguments in displayed counts for `too-many-position...
  • c3a4992 [ty] Fix normalization of unions containing instances parameterized with unio...
  • 9aa6330 [ty] Fix redundant-cast false positives when casting to Unknown (#18111)
  • b600ff1 Sync vendored typeshed stubs (#18110)
  • 466021d [flake8-simplify] add fix safety section (SIM112) (#18099)
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.8.0` | `2.8.1` |
| [boto3](https://github.com/boto/boto3) | `1.38.13` | `1.38.18` |
| [faker](https://github.com/joke2k/faker) | `37.1.0` | `37.3.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.38.13` | `1.38.18` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.9` | `0.11.10` |


Updates `django-celery-beat` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.8.0...v2.8.1)

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

Updates `faker` from 37.1.0 to 37.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v37.1.0...v37.3.0)

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

Updates `ruff` from 0.11.9 to 0.11.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.11.9...0.11.10)

---
updated-dependencies:
- dependency-name: django-celery-beat
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-version: 1.38.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: faker
  dependency-version: 37.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-version: 1.38.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.10
  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 May 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/pip/master/dependencies-fea7c343bc branch May 26, 2025 10:17
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.

0 participants