Compare commits

...

10 Commits
0.2.2 ... main

Author SHA1 Message Date
b084c2e643 Merge pull request '⬆️ Update dependency urllib3 to v2.2.2' (#35) from renovate/urllib3-2.x into main
All checks were successful
ci / docker (push) Successful in 14s
Reviewed-on: #35
2024-06-20 12:25:10 +02:00
342ed840bc Merge pull request '⬆️ Update docker/build-push-action action to v6' (#36) from renovate/docker-build-push-action-6.x into main
Some checks failed
ci / docker (push) Failing after 14m16s
Reviewed-on: #36
2024-06-20 12:07:14 +02:00
241d989600 ⬆️ Update docker/build-push-action action to v6
All checks were successful
ci / docker (pull_request) Successful in 12s
2024-06-18 01:11:12 +00:00
f5e1ec2a51 ⬆️ Update dependency urllib3 to v2.2.2
All checks were successful
ci / docker (pull_request) Successful in 35s
2024-06-18 01:11:07 +00:00
54a9eaae6c Merge pull request '⬆️ Update dependency typing_extensions to v4.12.2' (#34) from renovate/typing_extensions-4.x into main
All checks were successful
ci / docker (push) Successful in 13s
Reviewed-on: #34
2024-06-10 12:10:19 +02:00
86446f22e6 ⬆️ Update dependency typing_extensions to v4.12.2
All checks were successful
ci / docker (pull_request) Successful in 35s
2024-06-10 10:09:11 +00:00
5cd7621065 Merge pull request '⬆️ Update dependency typing_extensions to v4.12.1' (#32) from renovate/typing_extensions-4.x into main
All checks were successful
ci / docker (push) Successful in 28s
Reviewed-on: #32
2024-06-05 09:59:12 +02:00
f52b555f6c Merge pull request '⬆️ Update dependency certifi to v2024.6.2' (#33) from renovate/certifi-2024.x into main
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #33
2024-06-05 09:59:04 +02:00
9156129790 ⬆️ Update dependency certifi to v2024.6.2
All checks were successful
ci / docker (pull_request) Successful in 11s
2024-06-03 01:05:51 +00:00
27beb67f5b ⬆️ Update dependency typing_extensions to v4.12.1
All checks were successful
ci / docker (pull_request) Successful in 32s
2024-06-02 01:12:26 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@ aiohttp==3.9.5
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
certifi==2024.2.2
certifi==2024.6.2
charset-normalizer==3.3.2
cloudscraper==1.2.71
frozenlist==1.4.1
@ -16,6 +16,6 @@ multidict==6.0.5
pyparsing==3.1.2
requests==2.32.3
requests-toolbelt==1.0.0
typing_extensions==4.12.0
urllib3==2.2.1
typing_extensions==4.12.2
urllib3==2.2.2
yarl==1.9.4