Skip to content

Commit

Permalink
Merge branch 'main' into dev/jamievlin/snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jun 25, 2024
2 parents 70f2193 + 4e7c2ac commit aaf697b
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: ".env,.yml,.gitignore,.git,.md,.txt"
default_stages: [push, commit]
repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -30,7 +30,7 @@ repos:
stages: [commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.10
hooks:
- id: ruff
name: Ruff
Expand Down
101 changes: 51 additions & 50 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4"
discord-py = {extras = ["speed"], version = "^2.3.2"}
discord-py = {extras = ["speed"], version = "^2.4.0"}
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.4"}
asyncpg = "^0.29.0"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
psutil = "^5.9.8"
psutil = "^6.0.0"
pygit2 = "^1.15.0"
python-dateutil = "^2.9.0"
click = "^8.1.7"
Expand All @@ -22,7 +22,7 @@ msgspec = "^0.18.6"
jishaku = "^2.5.2"
pyyaml = "^6.0.1"
watchfiles = "^0.22.0"
typing-extensions = "^4.12.0"
typing-extensions = "^4.12.2"
prometheus-client = "^0.20.0"
prometheus-async = "^22.2.0"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uvloop>=0.19.0,<1 ; sys_platform != "win32"
winloop>=0.1.1,<1 ; sys_platform == "win32"
asyncpg>=0.29.0,<1
discord-ext-menus @ git+https://github.com/Rapptz/discord-ext-menus@8686b5d1bbc1d3c862292eb436ab630d6e9c9b53
psutil>=5.9.8,<6
psutil>=6.0.0,<7
pygit2>=1.13.3,<2
python-dateutil>=2.8.2,<3
click>=8.1.7,<9
Expand All @@ -14,4 +14,4 @@ async-lru>=2.0.4,<3
msgspec>=0.18.6,<1
jishaku>=2.5.2,<3
watchfiles>=0.21.0,<1
PyYAML>=6.0.1,<7
PyYAML>=6.0.1,<7

0 comments on commit aaf697b

Please sign in to comment.