Skip to content

Commit cab1fc3

Browse files
author
Andrew Brookins
committed
Merge branch 'main' of github.com:redis-developer/redis-om-python
2 parents b9ae7b0 + 2b55ab8 commit cab1fc3

File tree

3 files changed

+56
-55
lines changed

3 files changed

+56
-55
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2.3.5
26+
uses: actions/checkout@v2.4.0
2727
- name: Setup Python 3.9
2828
uses: actions/setup-python@v2
2929
with:
@@ -95,7 +95,7 @@ jobs:
9595
INSTALL_DIR: ${{ github.workspace }}/redis
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v2.3.5
98+
uses: actions/checkout@v2.4.0
9999
- name: Setup Python ${{ matrix.pyver }}
100100
uses: actions/setup-python@v2
101101
with:
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
157157
steps:
158158
- name: Checkout
159-
uses: actions/checkout@v2.3.5
159+
uses: actions/checkout@v2.4.0
160160
- name: Setup Python 3.9
161161
uses: actions/setup-python@v2
162162
with:

poetry.lock

+52-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ black = "^21.9b0"
4444
isort = "^5.9.3"
4545
flake8 = "^4.0.1"
4646
bandit = "^1.7.0"
47-
coverage = "^6.0.2"
47+
coverage = "^6.1.2"
4848
pytest-cov = "^3.0.0"
4949
pytest-xdist = "^2.4.0"
5050
unasync = "^0.5.0"

0 commit comments

Comments
 (0)