Skip to content

Commit

Permalink
bumps reqs (#69)
Browse files Browse the repository at this point in the history
* Bump aiogram from 3.7.0 to 3.11.0 (#68)

Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.7.0 to 3.11.0.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.7.0...v3.11.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>

* Bump pre-commit from 3.7.1 to 3.8.0 (#67)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0.
- [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.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  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 pydantic-settings from 2.3.4 to 2.4.0 (#66)

Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.3.4...v2.4.0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  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 pyupgrade from 3.16.0 to 3.17.0 (#65)

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.16.0 to 3.17.0.
- [Commits](asottile/pyupgrade@v3.16.0...v3.17.0)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:development
  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 black from 24.4.2 to 24.8.0 (#64)

Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  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>

* bumps reqs

---------

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 Aug 16, 2024
1 parent 0cbf702 commit 6606bc0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ repos:
hooks:
- id: mypy
args: [ --strict, --ignore-missing-imports, --allow-subclassing-any, --allow-any-generics]
additional_dependencies: [types-all]

- repo: local
hooks:
Expand Down
1 change: 0 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ Use [pre-commit.sh](./pre-commit.sh) before commit.

If you would like to make a donation, you can use the following wallets:

- **USDT(TRC20):** TCDgNR9eXJr5ds8ttEKCteaZKyqX6KthJN
- **USDT(TON):** UQCFEQGkaAzZPNfKEFn4ENfvCMLR2w_04TB16NrkaaDBRudu
- **TON:** UQCFEQGkaAzZPNfKEFn4ENfvCMLR2w_04TB16NrkaaDBRudu

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiogram==3.7.0
aiogram==3.12.0
sulguk==0.8.0
pydantic-settings==2.3.4
pydantic-settings==2.4.0
pyaml==24.7.0
uvloop==0.19.0; sys_platform == 'linux'
uvloop==0.20.0; sys_platform == 'linux'
structlog==24.4.0
orjson==3.10.6
orjson==3.10.7
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit==3.7.1
black==24.4.2
pre-commit==3.8.0
black==24.8.0
autoflake==2.3.1
reorder-python-imports==3.13.0
pyupgrade==3.16.0
pyupgrade==3.17.0
git+https://github.com/aio-libs/sort-all.git
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION: str = "2024-06-20.19"
VERSION: str = "2024-08-16.20"
ROOT_DIR: str = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
CONFIG_FILE_PATH: str = os.path.join(ROOT_DIR, "config.yaml")

Expand Down

0 comments on commit 6606bc0

Please sign in to comment.