Compare commits

..

No commits in common. "main" and "0.2.1" have entirely different histories.
main ... 0.2.1

2 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: ${{ github.ref_type == 'tag' }} push: ${{ github.ref_type == 'tag' }}

View File

@ -1,21 +1,21 @@
pixivpy3==3.7.5 pixivpy3==3.7.5
discord.py==2.4.0 discord.py==2.3.2
# Freeze # Freeze
aiohttp==3.10.3 aiohttp==3.9.3
aiosignal==1.3.1 aiosignal==1.3.1
async-timeout==4.0.3 async-timeout==4.0.3
attrs==24.2.0 attrs==23.2.0
certifi==2024.7.4 certifi==2024.2.2
charset-normalizer==3.3.2 charset-normalizer==3.3.2
cloudscraper==1.2.71 cloudscraper==1.2.71
frozenlist==1.4.1 frozenlist==1.4.1
idna==3.7 idna==3.6
isort==5.13.2 isort==5.13.2
multidict==6.0.5 multidict==6.0.5
pyparsing==3.1.2 pyparsing==3.1.2
requests==2.32.3 requests==2.31.0
requests-toolbelt==1.0.0 requests-toolbelt==1.0.0
typing_extensions==4.12.2 typing_extensions==4.11.0
urllib3==2.2.2 urllib3==2.2.1
yarl==1.9.4 yarl==1.9.4