Compare commits

..

10 Commits

Author SHA1 Message Date
a1a115b425 ⬆️ Update dependency yarl to v1.15.3
All checks were successful
ci / docker (pull_request) Successful in 26s
2024-10-16 01:04:29 +00:00
2570abf2ad Merge pull request '⬆️ Update python Docker tag to v3.13' (#60) from renovate/python-3.x into main
All checks were successful
ci / docker (push) Successful in 26s
Reviewed-on: #60
2024-10-15 11:07:36 +02:00
732cf9d484 Merge pull request '⬆️ Update dependency charset-normalizer to v3.4.0' (#61) from renovate/charset-normalizer-3.x into main
All checks were successful
ci / docker (push) Successful in 35s
Reviewed-on: #61
2024-10-15 11:05:54 +02:00
e585dbb839 Merge pull request '⬆️ Update dependency pyparsing to v3.2.0' (#62) from renovate/pyparsing-3.x into main
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #62
2024-10-15 11:05:45 +02:00
9356185264 Merge pull request '⬆️ Update dependency aiohttp to v3.10.10' (#59) from renovate/aiohttp-3.x into main
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #59
2024-10-15 11:05:37 +02:00
82844a3bc3 Merge pull request '⬆️ Update dependency yarl to v1.15.2' (#58) from renovate/yarl-1.x into main
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #58
2024-10-15 11:05:22 +02:00
376e766ae9 ⬆️ Update dependency pyparsing to v3.2.0
All checks were successful
ci / docker (pull_request) Successful in 13s
2024-10-14 01:04:23 +00:00
43e5b78c6d ⬆️ Update dependency aiohttp to v3.10.10
All checks were successful
ci / docker (pull_request) Successful in 26s
2024-10-11 01:04:43 +00:00
8c994de46a ⬆️ Update dependency charset-normalizer to v3.4.0
All checks were successful
ci / docker (pull_request) Successful in 34s
2024-10-10 01:04:31 +00:00
116448cc95 ⬆️ Update python Docker tag to v3.13
All checks were successful
ci / docker (pull_request) Successful in 44s
2024-10-08 01:09:41 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.12-alpine
FROM python:3.13-alpine
# Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1

View File

@ -2,20 +2,20 @@ pixivpy3==3.7.5
discord.py==2.4.0
# Freeze
aiohttp==3.10.6
aiohttp==3.10.10
aiosignal==1.3.1
async-timeout==4.0.3
attrs==24.2.0
certifi==2024.8.30
charset-normalizer==3.3.2
charset-normalizer==3.4.0
cloudscraper==1.2.71
frozenlist==1.4.1
idna==3.10
isort==5.13.2
multidict==6.1.0
pyparsing==3.1.4
pyparsing==3.2.0
requests==2.32.3
requests-toolbelt==1.0.0
typing_extensions==4.12.2
urllib3==2.2.3
yarl==1.15.2
yarl==1.15.3