Skip to content

Commit

Permalink
Bump boltons from 23.1.1 to 24.0.0
Browse files Browse the repository at this point in the history
Bumps [boltons](https://github.com/mahmoud/boltons) from 23.1.1 to 24.0.0.
- [Release notes](https://github.com/mahmoud/boltons/releases)
- [Changelog](https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md)
- [Commits](mahmoud/boltons@23.1.1...24.0.0)

---
updated-dependencies:
- dependency-name: boltons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 4dfc5f3 commit d333a22
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
42 changes: 36 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python-telegram-bot = { version = "21.0.1", extras = ["webhooks", "job-queue", "
# https://python-poetry.org/docs/dependency-specification#path-dependencies
#ptbcontrib = { path = "../ptbcontrib/", develop = false }
requests = { version = "^2.31.0", extras = ["socks"] }
boltons = "^23.0.0"
boltons = ">=23,<25"
mutagen = "^1.47.0"
plumbum = "^1.8.2"
ffmpeg-python = "0.2.0"
Expand Down

0 comments on commit d333a22

Please sign in to comment.