Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wookie184 authored Jan 31, 2024
2 parents 09d58f4 + ac9d7eb commit fe86bd1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- name: "Python Environment"
before: "pyenv install 3.9.6 && pyenv global 3.9.6"
init: "pip install poetry && export PIP_USER=false"
command: "poetry install && poetry run pre-commit install"
before: "pyenv install 3.11 && pyenv global 3.11"
init: "pip install poetry"
command: "export PIP_USER=false && poetry install && poetry run pre-commit install"
52 changes: 26 additions & 26 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 @@ -9,13 +9,13 @@ license = "MIT"
python = "3.11.*"

# See https://bot-core.pythondiscord.com/ for docs.
pydis_core = { version = "10.5.1", extras = ["async-rediscache"] }
pydis_core = { version = "10.7.0", extras = ["async-rediscache"] }

rapidfuzz = "3.6.1"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.2.0"
sentry-sdk = "1.39.2"
sentry-sdk = "1.40.0"
PyYAML = "6.0.1"
emojis = "0.7.0"
coloredlogs = "15.0.1"
Expand All @@ -31,7 +31,7 @@ pydantic-settings = "2.1.0"
pip-licenses = "4.3.4"
pre-commit = "3.6.0"
python-dotenv = "1.0.1"
ruff = "0.1.14"
ruff = "0.1.15"
taskipy = "1.12.2"

[tool.taskipy.tasks]
Expand Down

0 comments on commit fe86bd1

Please sign in to comment.