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 6 updates #502

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

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

Package From To
django 4.2.16 4.2.17
boto3 1.35.68 1.35.76
tqdm 4.67.0 4.67.1
atproto 0.0.55 0.0.56
coverage 7.6.7 7.6.9
ipython 8.29.0 8.30.0

Updates django from 4.2.16 to 4.2.17

Commits

Updates boto3 from 1.35.68 to 1.35.76

Commits
  • a73c078 Merge branch 'release-1.35.76'
  • ec12aea Bumping version to 1.35.76
  • 8d23369 Add changelog entries from botocore
  • 543da72 Merge branch 'release-1.35.75'
  • c04fb42 Merge branch 'release-1.35.75' into develop
  • e9053d7 Bumping version to 1.35.75
  • d3ecf83 Add changelog entries from botocore
  • cf1ce04 Merge branch 'release-1.35.74'
  • 770fc4b Merge branch 'release-1.35.74' into develop
  • 304539d Bumping version to 1.35.74
  • 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.9

Changelog

Sourced from coverage's changelog.

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 none of its expected destinations must have always raised an exception. Previously, it would say something nonsensical like, "line 4 didn't jump to line 5 because line 4 was never true, and it didn't jump to line 7 because line 4 was always true." This was also shown in issue 1896_.

.. _issue 1896: nedbat/coveragepy#1896

.. _changes_7-6-7:

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • Additional commits viewable in compare view

Updates ipython from 8.29.0 to 8.30.0

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 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 6 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.76` |
| [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.9` |
| [ipython](https://github.com/ipython/ipython) | `8.29.0` | `8.30.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.76
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.68...1.35.76)

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.9
- [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.9)

Updates `ipython` from 8.29.0 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.29.0...8.30.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
...

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 Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #504.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/main/production-updates-f0675b501a branch December 16, 2024 10:23
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