Files
YYeTsBot/requirements.txt

24 lines
457 B
Plaintext
Raw Normal View History

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>
2025-08-26 14:40:17 +08:00
requests==2.32.5
pytelegrambotapi==4.29.1
Bump the all-dependencies group across 1 directory with 3 updates (#416) Bumps the all-dependencies group with 3 updates in the / directory: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [pymongo](https://github.com/mongodb/mongo-python-driver) and [fakeredis](https://github.com/cunla/fakeredis-py). Updates `beautifulsoup4` from 4.13.5 to 4.14.0 Updates `pymongo` from 4.14.1 to 4.15.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.14.1...4.15.1) Updates `fakeredis` from 2.31.1 to 2.31.3 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.31.1...v2.31.3) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.31.3 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>
2025-10-07 09:31:47 +08:00
beautifulsoup4==4.14.0
2023-02-05 14:53:13 +01:00
tgbot-ping==1.0.7
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>
2025-08-26 14:40:17 +08:00
redis==6.4.0
apscheduler==3.11.0
Bump the all-dependencies group across 1 directory with 3 updates (#416) Bumps the all-dependencies group with 3 updates in the / directory: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [pymongo](https://github.com/mongodb/mongo-python-driver) and [fakeredis](https://github.com/cunla/fakeredis-py). Updates `beautifulsoup4` from 4.13.5 to 4.14.0 Updates `pymongo` from 4.14.1 to 4.15.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.14.1...4.15.1) Updates `fakeredis` from 2.31.1 to 2.31.3 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.31.1...v2.31.3) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.31.3 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>
2025-10-07 09:31:47 +08:00
pymongo==4.15.1
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>
2025-08-26 14:40:17 +08:00
tornado==6.5.2
captcha==0.7.1
2021-04-15 20:15:59 +08:00
passlib==1.7.4
Bump the all-dependencies group across 1 directory with 3 updates (#416) Bumps the all-dependencies group with 3 updates in the / directory: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [pymongo](https://github.com/mongodb/mongo-python-driver) and [fakeredis](https://github.com/cunla/fakeredis-py). Updates `beautifulsoup4` from 4.13.5 to 4.14.0 Updates `pymongo` from 4.14.1 to 4.15.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.14.1...4.15.1) Updates `fakeredis` from 2.31.1 to 2.31.3 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.31.1...v2.31.3) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pymongo dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fakeredis dependency-version: 2.31.3 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>
2025-10-07 09:31:47 +08:00
fakeredis==2.31.3
2022-12-03 20:49:35 +01:00
filetype==1.2.0
requests[socks]
tqdm==4.67.1
2021-08-22 16:54:45 +08:00
retry==0.9.2
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>
2025-08-26 14:40:17 +08:00
pymysql==1.1.2
2021-12-18 19:56:26 +08:00
git+https://github.com/tgbot-collection/python-akismet
openpyxl==3.1.5
2022-07-17 16:49:58 +08:00
zhconv==1.4.3
jinja2==3.1.6
2023-03-06 22:16:00 +01:00
coloredlogs==15.0.1
meilisearch==0.33.0
pillow==11.3.0
pytz==2025.2