Skip to content

Commit f1c9171

Browse files
authored
Merge branch 'main' into bump-meilisearch-v1.1.0
2 parents 98e4751 + 9088638 commit f1c9171

File tree

4 files changed

+271
-272
lines changed

4 files changed

+271
-272
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v3
9191
- name: Set up Python 3.9
92-
uses: actions/setup-python@v2
92+
uses: actions/setup-python@v4
9393
with:
9494
python-version: 3.9
9595
- name: Install pipenv

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ types-requests = "*"
1515
black = "*"
1616
isort = "*"
1717
importlib_metadata = {version = "*", markers="python_version < '3.8'"}
18-
zipp = {version = "==3.14.0", markers="python_version < '3.8'"}
18+
zipp = {version = "==3.15.0", markers="python_version < '3.8'"}
1919
exceptiongroup = {version = "*", markers="python_version < '3.11'"}
2020
tomli = {version = "*", markers="python_version < '3.11'"}
2121
wrapt = {version = "*", markers="python_version < '3.11'"}

0 commit comments

Comments
 (0)