Skip to content

Commit fd381ce

Browse files
authored
Merge branch 'main' into bump-meilisearch-v1.0.0
2 parents 14a0c9a + 51c2a2a commit fd381ce

File tree

3 files changed

+421
-289
lines changed

3 files changed

+421
-289
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

Pipfile

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
Scrapy = "==2.7.1"
8-
selenium = "==4.6.1"
7+
Scrapy = "==2.8.0"
8+
selenium = "==4.8.0"
99
meilisearch = "==0.23.0"
1010
requests-iap = "==0.2.0"
1111
python-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"
1818
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'"}

0 commit comments

Comments
 (0)