Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [flask](https://github.com/pallets/flask), [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy), [gunicorn](https://github.com/benoitc/gunicorn), [redis](https://github.com/redis/redis-py), [aiocache](https://github.com/aio-libs/aiocache), [aioredis](https://github.com/aio-libs/aioredis-py), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pydantic` to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.9.2...v2.10.3)

Updates `flask` to 3.1.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.2.2...3.1.0)

Updates `flask-sqlalchemy` to 3.1.1
- [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-sqlalchemy@2.5.1...3.1.1)

Updates `gunicorn` to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...23.0.0)

Updates `redis` to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.4...v5.2.1)

Updates `aiocache` to 0.12.3
- [Release notes](https://github.com/aio-libs/aiocache/releases)
- [Changelog](https://github.com/aio-libs/aiocache/blob/master/.gitchangelog.rc)
- [Commits](aio-libs/aiocache@0.11.1...v0.12.3)

Updates `aioredis` to 2.0.1
- [Release notes](https://github.com/aio-libs/aioredis-py/releases)
- [Changelog](https://github.com/aio-libs-abandoned/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](aio-libs-abandoned/aioredis-py@v1.3.1...v2.0.1)

Updates `pre-commit` to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)

Updates `pytest-cov` 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 `ruff` to 0.8.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.8...0.8.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: flask-sqlalchemy
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: redis
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: aiocache
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: aioredis
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pre-commit
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: pytest-cov
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 4d4b7b8 commit 9de5053
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ authors = ["Sergey Natalenko <sergey.natalenko@mail.ru>"]

[tool.poetry.dependencies]
python = "^3.11"
pydantic = "^1.9.2"
pydantic = "^2.10.3"
aiogram = "^2.22"
aiogram-dialog = "^1.8.0"
psycopg2-binary = "^2.9.3"
Flask = "^2.2.2"
Flask = "^3.1.0"
Flask-Admin = "^1.6.0"
Flask-Login = "^0.6.2"
Flask-SQLAlchemy = "^2.5.1"
Flask-SQLAlchemy = "^3.1.1"
Flask-WTF = "^1.0.1"
gunicorn = "^20.1.0"
gunicorn = "^23.0.0"
alembic = "^1.8.1"
asyncpg = "^0.30.0"
celery = "^5.2.7"
redis = "^4.3.4"
aiocache = {extras = ["redis"], version = "^0.11.1"}
redis = "^5.2.1"
aiocache = {extras = ["redis"], version = "^0.12.3"}
ujson = "^5.5.0"
msgpack = "^1.0.4"
aioredis = "1.3.1"
aioredis = "2.0.1"
sqlalchemy = "^2.0.36"
aiomisc = "^17.5.26"

[tool.poetry.group.dev.dependencies]
pytest = "8.2"
aiomisc-pytest = "^1.2.1"
mypy = "^1.11.2"
pre-commit = "^3.8.0"
pytest-cov = "^5.0.0"
pre-commit = "^4.0.1"
pytest-cov = "^6.0.0"
pytest-asyncio = "^0.24.0"
dirty-equals = "^0.8.0"
ruff = "^0.6.8"
ruff = "^0.8.2"

[tool.poetry.scripts]
bot = "ecology_bot.presentors.bot.main:start"
Expand Down

0 comments on commit 9de5053

Please sign in to comment.