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 pip group with 6 updates #42

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the pip group with 6 updates:

Package From To
billiard 4.2.0 4.2.1
faker 28.4.1 29.0.0
filelock 3.16.0 3.16.1
kombu 5.4.1 5.4.2
platformdirs 4.3.3 4.3.6
virtualenv 20.26.4 20.26.5

Updates billiard from 4.2.0 to 4.2.1

Release notes

Sourced from billiard's releases.

v4.2.1

What's Changed

New Contributors

Full Changelog: celery/billiard@v4.2.0...v4.2.1

Changelog

Sourced from billiard's changelog.

4.2.1 - 2024-09-21

  • Remove SIGUSR2 from TERMSIGS_DEAULT
  • Add on_ready_counter to Worker.reduce.
  • Adapt for logging lock internal changes in Python3.13
  • blacksmith.sh: Migrate workflows to blacksmith
  • Prepare for release: v4.2.1
Commits

Updates faker from 28.4.1 to 29.0.0

Release notes

Sourced from faker's releases.

Release v29.0.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v29.0.0 - 2024-09-19

  • Fix pydecimal distribution when called with a range across 0. Thanks @​AlexLitvino.
Commits
  • 71715c8 Bump version: 28.4.1 → 29.0.0
  • 2a4963c 📝 Update CHANGELOG.md
  • 9c8a9d9 💄 Format code
  • e4914bf make it clear that stubs are auto-generated
  • e96222c Fix pydecimal distribution when called with a range across 0
  • See full diff in compare view

Updates filelock from 3.16.0 to 3.16.1

Release notes

Sourced from filelock's releases.

3.16.1

What's Changed

Full Changelog: tox-dev/filelock@3.16.0...3.16.1

Commits

Updates kombu from 5.4.1 to 5.4.2

Release notes

Sourced from kombu's releases.

v5.4.2

What's Changed

Fixed issue with SQS #2113

New Contributors

Full Changelog: celery/kombu@v5.4.1...v5.4.2

Changelog

Sourced from kombu's changelog.

5.4.2

:release-date: 19 Sep, 2024 :release-by: Tomer Nosrati

Fixed issue with SQS #2113

  • tzdata is required for machines without IANA database (#2107)
  • blacksmith.sh: Migrate workflows to Blacksmith (#2112)
  • Revert "Validate SQS SSL certs by default" (#2114)
  • Update pymongo to 4.9 (#2115)
  • Bump pymongo from 4.9 to 4.9.1 (#2118)
  • Prepare for release: v5.4.2 (#2119)

.. _version-5.4.1:

Commits

Updates platformdirs from 4.3.3 to 4.3.6

Release notes

Sourced from platformdirs's releases.

4.3.6

What's Changed

Full Changelog: tox-dev/platformdirs@4.3.5...4.3.6

4.3.5

What's Changed

Full Changelog: tox-dev/platformdirs@4.3.4...4.3.5

4.3.4

What's Changed

Full Changelog: tox-dev/platformdirs@4.3.3...4.3.4

Commits

Updates virtualenv from 20.26.4 to 20.26.5

Changelog

Sourced from virtualenv's changelog.

v20.26.5 (2024-09-17)

Bugfixes - 20.26.5

- Upgrade embedded wheels: setuptools to ``75.1.0`` from ``74.1.2`` - by :user:`gaborbernat`. (:issue:`2765`)
Commits

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 will merge this PR once CI passes on it, as requested by @TheSuperiorStanislav.


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 pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [billiard](https://github.com/celery/billiard) | `4.2.0` | `4.2.1` |
| [faker](https://github.com/joke2k/faker) | `28.4.1` | `29.0.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` |
| [kombu](https://github.com/celery/kombu) | `5.4.1` | `5.4.2` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.3` | `4.3.6` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.4` | `20.26.5` |


Updates `billiard` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/celery/billiard/releases)
- [Changelog](https://github.com/celery/billiard/blob/main/CHANGES.txt)
- [Commits](celery/billiard@v4.2.0...v4.2.1)

Updates `faker` from 28.4.1 to 29.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v28.4.1...v29.0.0)

Updates `filelock` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.0...3.16.1)

Updates `kombu` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/celery/kombu/releases)
- [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst)
- [Commits](celery/kombu@v5.4.1...v5.4.2)

Updates `platformdirs` from 4.3.3 to 4.3.6
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.3...4.3.6)

Updates `virtualenv` from 20.26.4 to 20.26.5
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.4...20.26.5)

---
updated-dependencies:
- dependency-name: billiard
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: faker
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: filelock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: kombu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10985999842

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.916%

Totals Coverage Status
Change from base Build 10876735139: 0.0%
Covered Lines: 1255
Relevant Lines: 1551

💛 - Coveralls

@NikAzanov
Copy link
Contributor

@dependabot merge

1 similar comment
@TheSuperiorStanislav
Copy link
Member

@dependabot merge

@TheSuperiorStanislav TheSuperiorStanislav merged commit 191c851 into main Sep 24, 2024
13 of 26 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pip-ed8568cba4 branch September 24, 2024 06:58
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.

4 participants