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

build(deps): bump the deps group across 1 directory with 6 updates #403

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 6 updates in the / directory:

Package From To
tqdm 4.66.6 4.67.0
python-telegram-bot 21.6 21.7
pytest-cov 5.0.0 6.0.0
poethepoet 0.29.0 0.30.0
websockets 13.1 14.0
streamlit 1.39.0 1.40.0

Updates tqdm from 4.66.6 to 4.67.0

Release notes

Sourced from tqdm's releases.

tqdm v4.67.0 stable

  • contrib.discord: replace disco-py with requests (#1536)
Commits

Updates python-telegram-bot from 21.6 to 21.7

Release notes

Sourced from python-telegram-bot's releases.

v21.7

Version 21.7

Released 2024-11-04

This is the technical changelog for version 21.7. More elaborate release notes can be found in the news channel @​pythontelegrambotchannel.

Major Changes

Minor Changes

  • Allow Sequence in Application.add_handlers (#4531 by @​roast-lord closes #4530)
  • Improve Exception Handling in File.download_* (#4542)
  • Use Stable Python 3.13 Release in Test Suite (#4535)

Documentation Improvements

  • Documentation Improvements (#4536 by @​Ecode2, #4556)
  • Fix Linkcheck Workflow (#4545)
  • Use sphinx-build-compatibility to Keep Sphinx Compatibility (#4492)

Internal Changes

  • Improve Test Instability Caused by Message Fixtures (#4507)
  • Stabilize Some Flaky Tests (#4500)
  • Reduce Creation of HTTP Clients in Tests (#4493)
  • Update pytest-xdist Usage (#4491)
  • Fix Failing Tests by Making Them Independent (#4494)
  • Introduce Codecov's Test Analysis (#4487)
  • Maintenance Work on Bot Tests (#4489)
  • Introduce conftest.py for File Related Tests (#4488)
  • Update Issue Templates to Use Issue Types (#4553)
  • Update Automation to Label Changes (#4552)

Dependency Updates

  • Bump srvaroa/labeler from 1.11.0 to 1.11.1 (#4549)
  • Bump sphinx from 8.0.2 to 8.1.3 (#4532)
  • Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 (#4529)
  • Bump srvaroa/labeler from 1.10.1 to 1.11.0 (#4509)
  • Bump Bibo-Joshi/pyright-type-completeness from 1.0.0 to 1.0.1 (#4510)
Changelog

Sourced from python-telegram-bot's changelog.

Version 21.7

Released 2024-11-04

This is the technical changelog for version 21.7. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

Major Changes

  • Full Support for Bot API 7.11 (:pr:4546 closes :issue:4543)
  • Add Message.reply_paid_media (:pr:4551)
  • Drop Support for Python 3.8 (:pr:4398 by elpekenin <https://github.com/elpekenin>_)

Minor Changes

  • Allow Sequence in Application.add_handlers (:pr:4531 by roast-lord <https://github.com/roast-lord>_ closes :issue:4530)
  • Improve Exception Handling in File.download_* (:pr:4542)
  • Use Stable Python 3.13 Release in Test Suite (:pr:4535)

Documentation Improvements

  • Documentation Improvements (:pr:4536 by Ecode2 <https://github.com/Ecode2>_, :pr:4556)
  • Fix Linkcheck Workflow (:pr:4545)
  • Use sphinx-build-compatibility to Keep Sphinx Compatibility (:pr:4492)

Internal Changes

  • Improve Test Instability Caused by Message Fixtures (:pr:4507)
  • Stabilize Some Flaky Tests (:pr:4500)
  • Reduce Creation of HTTP Clients in Tests (:pr:4493)
  • Update pytest-xdist Usage (:pr:4491)
  • Fix Failing Tests by Making Them Independent (:pr:4494)
  • Introduce Codecov's Test Analysis (:pr:4487)
  • Maintenance Work on Bot Tests (:pr:4489)
  • Introduce conftest.py for File Related Tests (:pr:4488)
  • Update Issue Templates to Use Issue Types (:pr:4553)
  • Update Automation to Label Changes (:pr:4552)

Dependency Updates

  • Bump srvaroa/labeler from 1.11.0 to 1.11.1 (:pr:4549)
  • Bump sphinx from 8.0.2 to 8.1.3 (:pr:4532)
  • Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 (:pr:4529)
  • Bump srvaroa/labeler from 1.10.1 to 1.11.0 (:pr:4509)
  • Bump Bibo-Joshi/pyright-type-completeness from 1.0.0 to 1.0.1 (:pr:4510)
Commits

Updates pytest-cov from 5.0.0 to 6.0.0

Changelog

Sourced from pytest-cov's changelog.

6.0.0 (2024-10-29)

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.
Commits
  • 9540437 Bump version: 5.0.0 → 6.0.0
  • 9f81754 Further trim down envs and drop Python 3.8.
  • b12b5ec Update conf.
  • 23f4b27 Update changelog.
  • 291a04f Bump test deps and trim config.
  • 08f1101 Add --cov-precision option. Close #655.
  • 76fe2a7 Move the warnings/errors in a place that doesn't import anything.
  • a9ea7b7 Implement error/warning for the bad dynamic_context being set in config.
  • c299e01 Add explicit suffixing to make it easier to see the identify the sources/usag...
  • c87e546 Add reproducer for weird xdist dynamic_context interaction. Ref #604.
  • Additional commits viewable in compare view

Updates poethepoet from 0.29.0 to 0.30.0

Release notes

Sourced from poethepoet's releases.

0.30.0

Notice

This will be the last release to support python 3.8.

Enhancements

Fixes

Full Changelog: nat-n/poethepoet@v0.29.0...v0.30.0

Commits
  • 909891d Bump version to 0.30.0
  • bfd19bb fix: Fix handling of ignore_fail option in nested sequences (#253)
  • 881a05a Add poethepoet.script package with rm function for use in script tasks (#250)
  • 3604371 chore: Fix typo in debug message (#245)
  • a4702d8 docs: fix typo in global_tasks.rst
  • 3c9fd8b docs: fix broken link to config.py
  • See full diff in compare view

Updates websockets from 13.1 to 14.0

Release notes

Sourced from websockets's releases.

14.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • f0d20aa Release version 14.0.
  • 178c884 Complete and polish changelog for 14.0.
  • c57bcb7 Standardize links to RFC.
  • 5f34e27 Fix remaining instances of shortcut imports.
  • 9b3595d Remove stack traces from INFO and WARNING logs.
  • 0a5a79c Clean up prefixes of debug log messages.
  • 76f6f57 Factor out backport of assertNoLogs.
  • cdeb882 Don't log an error when process_request returns a response.
  • 810bdeb Report size correctly in PayloadTooBig.
  • e44d795 Bump pypa/cibuildwheel from 2.20.0 to 2.21.3
  • Additional commits viewable in compare view

Updates streamlit from 1.39.0 to 1.40.0

Release notes

Sourced from streamlit's releases.

1.40.0

What's Changed

New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

... (truncated)

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 deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.6` | `4.67.0` |
| [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `21.6` | `21.7` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.29.0` | `0.30.0` |
| [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.0` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.39.0` | `1.40.0` |



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

Updates `python-telegram-bot` from 21.6 to 21.7
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](python-telegram-bot/python-telegram-bot@v21.6...v21.7)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `poethepoet` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.29.0...v0.30.0)

Updates `websockets` from 13.1 to 14.0
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.1...14.0)

Updates `streamlit` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.39.0...1.40.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: python-telegram-bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: websockets
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: streamlit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Updating dependencies label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants