mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
Bump the all-dependencies group across 1 directory with 8 updates (#411)
Bumps the all-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) | `4.27.0` | `4.28.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.13.5` | | [redis](https://github.com/redis/redis-py) | `6.2.0` | `6.4.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.13.2` | `4.14.1` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.1` | `6.5.2` | | [fakeredis](https://github.com/cunla/fakeredis-py) | `2.30.1` | `2.31.0` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.1.1` | `1.1.2` | Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `pytelegrambotapi` from 4.27.0 to 4.28.0 - [Release notes](https://github.com/eternnoir/pyTelegramBotAPI/releases) - [Commits](https://github.com/eternnoir/pyTelegramBotAPI/compare/4.27.0...4.28.0) Updates `beautifulsoup4` from 4.13.4 to 4.13.5 Updates `redis` from 6.2.0 to 6.4.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v6.2.0...v6.4.0) Updates `pymongo` from 4.13.2 to 4.14.1 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.13.2...4.14.1) Updates `tornado` from 6.5.1 to 6.5.2 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.1...v6.5.2) Updates `fakeredis` from 2.30.1 to 2.31.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.30.1...v2.31.0) Updates `pymysql` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytelegrambotapi dependency-version: 4.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tornado dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
pytelegrambotapi==4.27.0
|
pytelegrambotapi==4.28.0
|
||||||
beautifulsoup4==4.13.4
|
beautifulsoup4==4.13.5
|
||||||
tgbot-ping==1.0.7
|
tgbot-ping==1.0.7
|
||||||
redis==6.2.0
|
redis==6.4.0
|
||||||
apscheduler==3.11.0
|
apscheduler==3.11.0
|
||||||
pymongo==4.13.2
|
pymongo==4.14.1
|
||||||
tornado==6.5.1
|
tornado==6.5.2
|
||||||
captcha==0.7.1
|
captcha==0.7.1
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
fakeredis==2.30.1
|
fakeredis==2.31.0
|
||||||
filetype==1.2.0
|
filetype==1.2.0
|
||||||
requests[socks]
|
requests[socks]
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
retry==0.9.2
|
retry==0.9.2
|
||||||
pymysql==1.1.1
|
pymysql==1.1.2
|
||||||
git+https://github.com/tgbot-collection/python-akismet
|
git+https://github.com/tgbot-collection/python-akismet
|
||||||
openpyxl==3.1.5
|
openpyxl==3.1.5
|
||||||
zhconv==1.4.3
|
zhconv==1.4.3
|
||||||
|
|||||||
Reference in New Issue
Block a user