Skip to content

Commit

Permalink
ref(bot): support python 3.10 (#751)
Browse files Browse the repository at this point in the history
A later version of markdown-html-finder is needed to support Python 3.10.

Homebrew broke by Python installation, so I ended up installing 3.10 from python.org
  • Loading branch information
chdsbd authored Nov 10, 2021
1 parent 9a8ca6e commit c9aaee8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions bot/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 bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colorama = "^0.4.1"
databases = "0.3.2"
asyncio_redis = {git = "https://github.com/chdsbd/asyncio-redis.git", branch="master"}
inflection = "0.5.1"
markdown-html-finder = "0.2.2"
markdown-html-finder = "^0.2.3"
markupsafe = "^1.1"
fastapi = "^0.47.0"
sentry-sdk = "^1.3.0"
Expand Down

0 comments on commit c9aaee8

Please sign in to comment.