Skip to content

Commit

Permalink
chore(deps): bump the pip-minor-and-patch group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 2 updates

Bumps the pip-minor-and-patch group with 2 updates in the / directory: [alembic](https://github.com/sqlalchemy/alembic) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy).


Updates `alembic` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `sqlalchemy` from 2.0.36 to 2.0.37
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 3fc0c57 commit 981e09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ readme = "README.md"
authors = [{ name = "Eiko Wagenknecht", email = "[email protected]" }]
license = { text = "CC-BY-NC-SA-4.0" }
dependencies = [
"alembic==1.14.0",
"alembic==1.14.1",
"feedgen==1.0.0",
"humanize==4.11.0",
"httpx==0.28.1",
"python-telegram-bot[rate-limiter]==21.10",
"playwright==1.49.1",
"SQLAlchemy==2.0.36",
"SQLAlchemy==2.0.37",
"Unidecode==1.3.8",
"xvfbwrapper==0.2.9",
"jinja2==3.1.5",
Expand Down

0 comments on commit 981e09f

Please sign in to comment.