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-updates group across 1 directory with 7 updates #510

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the production-updates group with 7 updates in the / directory:

Package From To
django 4.2.16 4.2.17
boto3 1.35.68 1.35.97
tqdm 4.67.0 4.67.1
atproto 0.0.55 0.0.56
coverage 7.6.7 7.6.10
ipython 8.29.0 8.31.0
setuptools 75.6.0 75.8.0

Updates django from 4.2.16 to 4.2.17

Commits

Updates boto3 from 1.35.68 to 1.35.97

Commits
  • 4673c59 Merge branch 'release-1.35.97'
  • 7b9ebbb Bumping version to 1.35.97
  • e28898c Add changelog entries from botocore
  • 72c953c Merge branch 'release-1.35.96'
  • 28fc5bb Merge branch 'release-1.35.96' into develop
  • 15f3198 Bumping version to 1.35.96
  • 84ce3c0 Add changelog entries from botocore
  • 72e84a2 Merge branch 'release-1.35.95'
  • 0855227 Merge branch 'release-1.35.95' into develop
  • b9361b6 Bumping version to 1.35.95
  • Additional commits viewable in compare view

Updates tqdm from 4.67.0 to 4.67.1

Release notes

Sourced from tqdm's releases.

tqdm v4.67.1 stable

  • fix gui (matplotlib syntax) (#1629)
  • misc test & framework updates
    • bump pytest-asyncio (#1630)
    • fix codecov rate limit
    • fix pybuild
    • sync dependencies
Commits

Updates atproto from 0.0.55 to 0.0.56

Release notes

Sourced from atproto's releases.

v0.0.56

What's Changed

New Contributors

Full Changelog: MarshalX/atproto@v0.0.55...v0.0.56

Changelog

Sourced from atproto's changelog.

Version 0.0.56

05.12.2024

Commits
  • 02f54e2 Fix generating and uploading attestations to PyPI (#486)
  • 0f0ea2a Update lexicons fetched from ed22362 committed 2024-12-05T11:45:28Z (#485)
  • edd7b03 Update lexicons fetched from c72145d committed 2024-11-29T18:00:48Z (#481)
  • 3f61605 Add ability to send aspect ratio with send_image and send_images (#480)
  • e011bb4 Fix link to API docs for rate-limits in atproto_client/auth.md (#464)
  • 8aafc9a Update lexicons fetched from a3ce23c committed 2024-11-23T02:36:55Z (#458)
  • 3f4c9c2 Update lexicons fetched from 2e7aa21 committed 2024-11-21T17:40:45Z (#452)
  • 2116fcb Fix clone() and with_...() methods for AsyncClient (#457)
  • d030829 Update lexicons fetched from a4b528e committed 2024-11-18T13:36:39Z (#442)
  • b38b194 Fix typo in item of SessionEvent: 'creat' -> 'create' (#439)
  • Additional commits viewable in compare view

Updates coverage from 7.6.7 to 7.6.10

Changelog

Sourced from coverage's changelog.

Version 7.6.10 — 2024-12-26

  • Fix: some descriptions of missing branches in HTML and LCOV reports were incorrect when multi-line statements were involved (issue 1874_ and issue 1875_). These are now fixed.

  • Fix: Python 3.14 defers evaluation of annotations <pep649_>_ by moving them into separate code objects. That code is rarely executed, so coverage.py would mark them as missing, as reported in issue 1908_. Now they are ignored by coverage automatically.

  • Fixed an obscure and mysterious problem on PyPy 3.10 seemingly involving mocks, imports, and trace functions: issue 1902_. To be honest, I don't understand the problem or the solution, but git bisect helped find it, and now it's fixed.

  • Docs: re-wrote the :ref:subprocess page to put multiprocessing first and to highlight the correct use of :class:multiprocessing.Pool <python:multiprocessing.pool.Pool>.

.. _issue 1874: nedbat/coveragepy#1874 .. _issue 1875: nedbat/coveragepy#1875 .. _issue 1902: nedbat/coveragepy#1902 .. _issue 1908: nedbat/coveragepy#1908 .. _pep649: https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations

.. _changes_7-6-9:

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Version 7.6.8 — 2024-11-23

  • Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to

... (truncated)

Commits
  • f0dcf65 docs: sample HTML for 7.6.10
  • 0f26f35 docs: prep for 7.6.10
  • 81c5e43 docs: rewrite the subprocess page
  • 878410c chore: make doc_upgrade
  • f1d320d chore: make upgrade
  • 67f1440 debug: this condition is never true. really?
  • c85eaba fix: multi-line statements no longer confuse branch target descriptions. #187...
  • 73e58fa refactor: clarify the code that fixes with-statement exits
  • e16c9cc typo: backslask
  • 865fd7f chore: bump the action-dependencies group with 4 updates (#1909)
  • Additional commits viewable in compare view

Updates ipython from 8.29.0 to 8.31.0

Commits

Updates setuptools from 75.6.0 to 75.8.0

Changelog

Sourced from setuptools's changelog.

v75.8.0

Features

  • Implemented Dynamic field for core metadata (as introduced in PEP 643). The existing implementation is currently experimental and the exact approach may change in future releases. (#4698)

v75.7.0

Features

Commits
  • 5c9d980 Bump version: 75.7.0 → 75.8.0
  • 72c4222 Avoid using Any in function
  • 1c61d47 Add news fragments for PEP 643
  • f285d01 Implement PEP 643 (Dynamic field for core metadata) (#4698)
  • a50f6e2 Fix _static.Dict.ior for Python 3.8
  • b055895 Add extra tests for static/dynamic metadata
  • 770b4fc Remove test workaround for unmarked static values from pyproject.toml
  • 8b22d73 Mark values from pyproject.toml as static
  • f699fd8 Fix spelling error
  • 8b4c8a3 Add tests for static 'attr' directive
  • 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 production-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.16` | `4.2.17` |
| [boto3](https://github.com/boto/boto3) | `1.35.68` | `1.35.97` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.0` | `4.67.1` |
| [atproto](https://github.com/MarshalX/atproto) | `0.0.55` | `0.0.56` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.10` |
| [ipython](https://github.com/ipython/ipython) | `8.29.0` | `8.31.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` |



Updates `django` from 4.2.16 to 4.2.17
- [Commits](django/django@4.2.16...4.2.17)

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

Updates `tqdm` from 4.67.0 to 4.67.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.0...v4.67.1)

Updates `atproto` from 0.0.55 to 0.0.56
- [Release notes](https://github.com/MarshalX/atproto/releases)
- [Changelog](https://github.com/MarshalX/atproto/blob/main/CHANGES.md)
- [Commits](MarshalX/atproto@v0.0.55...v0.0.56)

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

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

Updates `setuptools` from 75.6.0 to 75.8.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.8.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-updates
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-updates
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-updates
- dependency-name: atproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-updates
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-updates
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-updates
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-updates
...

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 Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #513.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/main/production-updates-01fb8e788f branch January 20, 2025 11:08
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