Skip to content

Commit

Permalink
Merge pull request #24 from bepolytech/19-update-to-disnake-270
Browse files Browse the repository at this point in the history
update to disnake 2.8 and python 3.11 compatibility
  • Loading branch information
LucasPlacentino committed Apr 1, 2024
2 parents 90761de + 003f908 commit e11ab9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM python:3
FROM python:3.8.6-alpine
FROM python:3.11.6-alpine
# use python:3.11.0rc2-slim for less vulnerabilities ? (from `docker scan`)
# use python:3.8.6 for no pip dependencies build errors ?
# use python:alpine for reduced size
Expand Down
19 changes: 12 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
aiohttp==3.8.3
aiohttp==3.9.0
aiosignal==1.2.0
async-timeout==4.0.2
asyncpg==0.26.0
#async-timeout==4.0.2
async-timeout==4.0.3
#asyncpg==0.26.0
asyncpg==0.29.0
attrs==22.1.0
autopep8==1.7.0
cachetools==5.2.0
Expand All @@ -10,18 +12,20 @@ cfgv==3.3.1
cfscrape==2.1.1
charset-normalizer==2.1.1
classify-imports==4.2.0
disnake==2.6.0
disnake==2.8.*
distlib==0.3.6
filelock==3.8.0
frozenlist==1.3.0
#frozenlist==1.3.1
frozenlist==1.4.0
google-auth==2.11.1
google-auth-oauthlib==0.5.3
gspread==5.5.0
httplib2==0.20.4
identify==2.5.5
idna==3.4
lor-deckcodes==5.0.0
multidict==6.0.2
#multidict==6.0.2
multidict==6.0.4
mypy==0.971
mypy-extensions==0.4.3
nodeenv==1.7.0
Expand All @@ -48,4 +52,5 @@ tomli==2.0.1
typing_extensions==4.3.0
urllib3==1.26.12
virtualenv==20.16.3
yarl==1.8.1
#yarl==1.8.1
yarl==1.9.3

0 comments on commit e11ab9f

Please sign in to comment.