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 23
23
password : ${{ secrets.DOCKER_PASSWORD }}
24
24
25
25
- name : Build and push
26
- uses : docker/build-push-action@v3
26
+ uses : docker/build-push-action@v4
27
27
with :
28
28
push : true
29
29
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -4,16 +4,21 @@ verify_ssl = true
4
4
name = " pypi"
5
5
6
6
[packages ]
7
- Scrapy = " ==2.7.1 "
8
- selenium = " ==4.6.1 "
7
+ Scrapy = " ==2.8.0 "
8
+ selenium = " ==4.8.0 "
9
9
meilisearch = " ==0.23.0"
10
10
requests-iap = " ==0.2.0"
11
11
python-keycloak-client = " ==0.2.3"
12
- requests = " ==2.28.1 "
12
+ requests = " ==2.28.2 "
13
13
14
14
[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 "
18
18
tox-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