File tree Expand file tree Collapse file tree 3 files changed +421
-289
lines changed
Expand file tree Collapse file tree 3 files changed +421
-289
lines changed Original file line number Diff line number Diff line change 2323 password : ${{ secrets.DOCKER_PASSWORD }}
2424
2525 - name : Build and push
26- uses : docker/build-push-action@v3
26+ uses : docker/build-push-action@v4
2727 with :
2828 push : true
2929 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -4,16 +4,21 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- Scrapy = " ==2.7.1 "
8- selenium = " ==4.6.1 "
7+ Scrapy = " ==2.8.0 "
8+ selenium = " ==4.8.0 "
99meilisearch = " ==0.23.0"
1010requests-iap = " ==0.2.0"
1111python-keycloak-client = " ==0.2.3"
12- requests = " ==2.28.1 "
12+ requests = " ==2.28.2 "
1313
1414[dev-packages ]
15- pytest = " ==7.1.3 "
16- pylint = " ==2.15.7 "
17- tox = " ==3.27.1 "
15+ pytest = " ==7.2.1 "
16+ pylint = " ==2.15.9 "
17+ tox = " ==4.4.4 "
1818tox-pipenv = " ==1.10.1"
19- wrapt = " *"
19+ importlib_metadata = {version = " *" , markers =" python_version < '3.8'" }
20+ zipp = {version = " *" , markers =" python_version < '3.8'" }
21+ exceptiongroup = {version = " *" , markers =" python_version < '3.11'" }
22+ tomli = {version = " *" , markers =" python_version < '3.11'" }
23+ wrapt = {version = " *" , markers =" python_version < '3.11'" }
24+ dill = {version = " *" , markers =" python_version < '3.11'" }
You can’t perform that action at this time.
0 commit comments