Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [django-simpleui](https://github.com/newpanjing/simpleui), [ipython](https://github.com/ipython/ipython), [djlint](https://github.com/djlint/djLint) and [ruff](https://github.com/astral-sh/ruff).


Updates `django-simpleui` from 2024.4.1 to 2024.8.28
- [Release notes](https://github.com/newpanjing/simpleui/releases)
- [Commits](https://github.com/newpanjing/simpleui/commits/2024.8.28)

Updates `ipython` from 8.26.0 to 8.27.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.26.0...8.27.0)

Updates `djlint` from 1.34.1 to 1.35.2
- [Release notes](https://github.com/djlint/djLint/releases)
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md)
- [Commits](djlint/djLint@v1.34.1...v1.35.2)

Updates `ruff` from 0.6.2 to 0.6.3
- [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.2...0.6.3)

---
updated-dependencies:
- dependency-name: django-simpleui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: djlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 289456a commit 6feed68
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
82 changes: 41 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ django-anymail = "^11.1"
django-cors-headers = "^4.2.0"
django-countries = "^7.1"
django-debug-toolbar = "^4.2.0"
django-simpleui = "^2024.4.1"
django-simpleui = "^2024.8.28"
django-telegram-login = "^0.2.3"
ipicn = "^2021.5.5"
ipython = "^8.19.0"
ipython = "^8.27.0"
pendulum = "^3.0.0"
python = "^3.11"
python-alipay-sdk = "^3.0.1"
Expand All @@ -58,8 +58,8 @@ django-trix-editor = "^0.3"
autoflake = "^2.2.1"
black = "^24.8.0"
isort = "^5.12.0"
djlint = "^1.34.1"
ruff = "^0.6.2"
djlint = "^1.35.2"
ruff = "^0.6.3"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 6feed68

Please sign in to comment.