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 production-dependencies group in /config/requirements with 7 updates #1010

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2024

Updates the requirements on amqp, boto3, botocore, coverage, environs, sqlparse and environs[django] to permit the latest version.
Updates amqp from 5.2.0 to 5.3.1

Release notes

Sourced from amqp's releases.

v5.3.1

What's Changed

Full Changelog: celery/py-amqp@v5.3.0...v5.3.1

v5.3.0

What's Changed

New Contributors

Full Changelog: celery/py-amqp@v5.2.0...v5.3.0

Changelog

Sourced from amqp's changelog.

5.3.1

:release-date: 2024-11-12 :release-by: Tomer Nosrati

  • Fixed readthedocs (#443)
  • Prepare for release: 5.3.1 (#444)

.. _version-5.3.0:

5.3.0

:release-date: 2024-11-12 :release-by: Tomer Nosrati

  • Hard-code requests version because of the bug in docker-py (#432)
  • fix AbstractTransport repr socket error (#361) (#431)
  • blacksmith.sh: Migrate workflows to Blacksmith (#436)
  • Added Python 3.13 to CI (#440)
  • Prepare for release: 5.3.0 (#441)

.. _version-5.2.0:

Commits

Updates boto3 from 1.35.57 to 1.35.63

Commits
  • 4ba2d2d Merge branch 'release-1.35.63'
  • b474be1 Bumping version to 1.35.63
  • e1a1370 Add changelog entries from botocore
  • f40c89c Merge branch 'release-1.35.62'
  • a957a51 Merge branch 'release-1.35.62' into develop
  • eefec7e Bumping version to 1.35.62
  • 00d883c Add changelog entries from botocore
  • edae57b Merge branch 'release-1.35.61'
  • bccb984 Merge branch 'release-1.35.61' into develop
  • 61bb713 Bumping version to 1.35.61
  • Additional commits viewable in compare view

Updates botocore from 1.35.57 to 1.35.63

Commits
  • 7ed401c Merge branch 'release-1.35.63'
  • 01b85d6 Bumping version to 1.35.63
  • e2107a0 Update endpoints model
  • b74378d Update to latest models
  • afffccf Merge customizations for Pinpoint SMS Voice V2
  • 3231aec Merge branch 'release-1.35.62'
  • 7af79ea Merge branch 'release-1.35.62' into develop
  • f861cc9 Bumping version to 1.35.62
  • 07682e1 Update endpoints model
  • 052fea4 Update to latest models
  • Additional commits viewable in compare view

Updates coverage from 7.6.4 to 7.6.7

Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

  • fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

  • fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880_.

  • fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior <pytest-cov-666_>_.

  • refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits
  • af89ebb docs: sample HTML for 7.6.7
  • c723de2 docs: prep for 7.6.7
  • 898e94a fix: another possible assert changed back to a conditional.
  • 42961d6 build: tweaks to release process
  • 1a09d4a build: bump version
  • c26fc6e docs: sample HTML for 7.6.6
  • 79ad469 docs: prep for 7.6.6
  • 98939c9 fix: this assert is possible, remove it. #1891
  • ad4a4ff build: automate the 'final' version
  • e1502e6 build: bump version
  • Additional commits viewable in compare view

Updates environs from 11.0.0 to 11.2.0

Changelog

Sourced from environs's changelog.

11.2.0 (2024-11-14)

Features:

11.1.0 (2024-11-11)

Features:

  • Add return_path argument to Env.read_env to return the path of the parsed file (#362). Thanks senese for the suggestion and PR. NOTE: This is added as a backwards-compatible change that is scheduled to be removed in 12.0.0. The path will stored as an attribute of Env.
Commits
  • a873df3 Bump version and update changelog
  • 031cb9b Support ordered case-insensitive duration strings for timedelta (#366)
  • 4b30384 Bump version and update changelog
  • ca713c3 Support for returning the file directory of loaded env file - Implements #362...
  • 1b9f55d [pre-commit.ci] pre-commit autoupdate (#360)
  • ddd66d3 Update pre-commit requirement from ~=3.5 to >=3.5,<5.0 (#358)
  • e8707a4 [pre-commit.ci] pre-commit autoupdate (#356)
  • 78f454b [pre-commit.ci] pre-commit autoupdate (#355)
  • f5332c0 [pre-commit.ci] pre-commit autoupdate (#354)
  • 04aede5 [pre-commit.ci] pre-commit autoupdate (#353)
  • Additional commits viewable in compare view

Updates sqlparse from 0.5.1 to 0.5.2

Changelog

Sourced from sqlparse's changelog.

Release 0.5.2 (Nov 14, 2024)

Bug Fixes

  • EXTENSION is now recognized as a keyword (issue785).
  • SQL hints are not removed when removing comments (issue262, by skryzh).
Commits
  • 7084df8 Add support for Python 3.13.
  • 5f37dd6 Bump version to 0.5.2.
  • 7c70674 Update authors and changelog.
  • 48bd14e [feature] returning .gitignore to previous version
  • 2f9c7ec [feature] deleting envs from .gitignore, creating test for SQL-Hints
  • 8eb778c [fix] issue262 adding comment and tests
  • af6df6c [fix] fixing SQL-Hint deleting when clearing script from comments
  • a2c7e64 Update column_defs_lowlevel.py
  • e48000a Add EXTENSION as keyword (fixes #785).
  • 5785736 Use hatch for upload as well.
  • Additional commits viewable in compare view

Updates environs[django] to 11.2.0

Changelog

Sourced from environs[django]'s changelog.

11.2.0 (2024-11-14)

Features:

11.1.0 (2024-11-11)

Features:

  • Add return_path argument to Env.read_env to return the path of the parsed file (#362). Thanks senese for the suggestion and PR. NOTE: This is added as a backwards-compatible change that is scheduled to be removed in 12.0.0. The path will stored as an attribute of Env.

11.0.0 (2024-03-04)

Fixes:

  • Prevent DeprecationWarning getting raised by marshmallow 3.21.0 (:issue:333).

Other changes:

  • Remove subcast_key argument of env.dict. Use subcast_keys instead.
  • Bump minimum required marshmallow version to 3.13.0.
  • Remove missing argument from Env methods. Use default instead.
  • Remove subcast argument from Env methods that don't use it.
  • Backwards-incompatible: Remove environs.__version__ variable. Use importlib.metadata.version("environs") instead.

10.3.0 (2024-01-11)

Features:

  • Env.__repr__ and Env.__str__ no longer display environment variables, to prevent accidental exfiltration of sensitive data (#292). Thanks mro-rhansen2 for the suggestion.

Bug fixes:

  • Fix passing None as default to env.list (#298). Thanks lucas-bremond for reporting.

10.2.0 (2024-01-09)

Features:

  • env.read_env returns False if file not found (#294).

... (truncated)

Commits
  • a873df3 Bump version and update changelog
  • 031cb9b Support ordered case-insensitive duration strings for timedelta (#366)
  • 4b30384 Bump version and update changelog
  • ca713c3 Support for returning the file directory of loaded env file - Implements #362...
  • 1b9f55d [pre-commit.ci] pre-commit autoupdate (#360)
  • ddd66d3 Update pre-commit requirement from ~=3.5 to >=3.5,<5.0 (#358)
  • e8707a4 [pre-commit.ci] pre-commit autoupdate (#356)
  • 78f454b [pre-commit.ci] pre-commit autoupdate (#355)
  • f5332c0 [pre-commit.ci] pre-commit autoupdate (#354)
  • 04aede5 [pre-commit.ci] pre-commit autoupdate (#353)
  • 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

Updates the requirements on [amqp](https://github.com/celery/py-amqp), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [coverage](https://github.com/nedbat/coveragepy), [environs](https://github.com/sloria/environs), [sqlparse](https://github.com/andialbrecht/sqlparse) and [environs[django]](https://github.com/sloria/environs) to permit the latest version.

Updates `amqp` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/celery/py-amqp/releases)
- [Changelog](https://github.com/celery/py-amqp/blob/main/Changelog)
- [Commits](celery/py-amqp@v5.2.0...v5.3.1)

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

Updates `botocore` from 1.35.57 to 1.35.63
- [Commits](boto/botocore@1.35.57...1.35.63)

Updates `coverage` from 7.6.4 to 7.6.7
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.7)

Updates `environs` from 11.0.0 to 11.2.0
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](sloria/environs@11.0.0...11.2.0)

Updates `sqlparse` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.1...0.5.2)

Updates `environs[django]` to 11.2.0
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](sloria/environs@11.0.0...11.2.0)

---
updated-dependencies:
- dependency-name: amqp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-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: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: environs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sqlparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: environs[django]
  dependency-type: direct:production
  dependency-group: production-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 Nov 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2024

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

@dependabot dependabot bot closed this Nov 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/config/requirements/production-dependencies-aab988ea5c branch November 16, 2024 16:31
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