Skip to content

Commit

Permalink
Squash dependabot commits (#17)
Browse files Browse the repository at this point in the history
* Bump aiogram-dialog from 2.2.0a2 to 2.2.0a3 (#16)

Bumps [aiogram-dialog](https://github.com/tishka17/aiogram_dialog) from 2.2.0a2 to 2.2.0a3.
- [Commits](Tishka17/aiogram_dialog@2.2.0a2...2.2.0a3)

---
updated-dependencies:
- dependency-name: aiogram-dialog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pytest from 7.4.3 to 7.4.4 (#15)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump structlog from 23.2.0 to 23.3.0 (#14)

Bumps [structlog](https://github.com/hynek/structlog) from 23.2.0 to 23.3.0.
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@23.2.0...23.3.0)

---
updated-dependencies:
- dependency-name: structlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sqlalchemy from 2.0.23 to 2.0.24 (#13)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 to 2.0.24.
- [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: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump aiogram from 3.2.0 to 3.3.0 (#12)

Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bral <54455457+bralbral@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bralbral and dependabot[bot] authored Jan 1, 2024
1 parent 74f9530 commit 6a82190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiogram==3.2.0
aiogram-dialog==2.2.0a2
aiogram==3.3.0
aiogram-dialog==2.2.0a3
pydantic==2.5.3
APScheduler==3.10.4
#yt-dlp==2023.11.16
Expand All @@ -10,10 +10,10 @@ sulguk==0.6.0
jinja2==3.1.2
pyyaml==6.0.1
pydantic_settings==2.1.0
structlog==23.2.0
structlog==23.3.0
orjson==3.9.10
uvloop==0.19.0
SQLAlchemy==2.0.23
SQLAlchemy==2.0.24
alembic==1.13.1
aiosqlite==0.19.0
asyncclick===8.1.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ black==23.12.1
autoflake==2.2.1
reorder-python-imports==3.12.0
pyupgrade==3.15.0
pytest==7.4.3
pytest==7.4.4
pytest-cov==4.1.0
git+https://github.com/aio-libs/sort-all.git

0 comments on commit 6a82190

Please sign in to comment.