Upgrade dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0715d1f46c
commit
20ccb22119
3 changed files with 11 additions and 10 deletions
4
.github/workflows/zulip-ci.yml
vendored
4
.github/workflows/zulip-ci.yml
vendored
|
@ -50,12 +50,12 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Check out python-zulip-api"
|
- name: "Check out python-zulip-api"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: api
|
path: api
|
||||||
|
|
||||||
- name: "Check out Zulip server ${{ matrix.server_version }}"
|
- name: "Check out Zulip server ${{ matrix.server_version }}"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: zulip/zulip
|
repository: zulip/zulip
|
||||||
ref: ${{ matrix.server_version }}
|
ref: ${{ matrix.server_version }}
|
||||||
|
|
11
.github/workflows/zulip-tests.yml
vendored
11
.github/workflows/zulip-tests.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
|
|
||||||
|
@ -35,10 +35,10 @@ jobs:
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ jobs:
|
||||||
zulip-api-py3-venv\Scripts\Activate.ps1
|
zulip-api-py3-venv\Scripts\Activate.ps1
|
||||||
pytest --cov --cov-config=tools\.coveragerc --cov-report=xml
|
pytest --cov --cov-config=tools\.coveragerc --cov-report=xml
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: coverage.xml
|
files: coverage.xml
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
|
@ -3,12 +3,12 @@ twine
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
ruff~=0.1.4
|
ruff~=0.2.2
|
||||||
-e ./zulip
|
-e ./zulip
|
||||||
-e ./zulip_bots
|
-e ./zulip_bots
|
||||||
-e ./zulip_botserver
|
-e ./zulip_botserver
|
||||||
git+https://github.com/zulip/zulint@61fe2ec73e272396152d293fbf07926120e42f38#egg=zulint==1.0.0
|
git+https://github.com/zulip/zulint@417b4e4971fdd5ca8e84847f1391b657b188631a#egg=zulint==1.0.0
|
||||||
mypy==1.6.1
|
mypy==1.8.0
|
||||||
types-beautifulsoup4
|
types-beautifulsoup4
|
||||||
types-httplib2
|
types-httplib2
|
||||||
types-python-dateutil
|
types-python-dateutil
|
||||||
|
|
Loading…
Add table
Reference in a new issue