Skip to content

Commit

Permalink
[pip](deps): Bump asyncpg from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 9621acf commit 1f783c9
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 45 deletions.
102 changes: 58 additions & 44 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ discord-py = {extras = ["speed"], version = "^2.3.2"}
python-dotenv = "^1.0.0"
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
winloop = {markers = "sys_platform == \"win32\"", version = "^0.0.9"}
asyncpg = "^0.28.0"
asyncpg = "^0.29.0"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
psutil = "^5.9.6"
pygit2 = "^1.13.2"
Expand Down

0 comments on commit 1f783c9

Please sign in to comment.