Skip to content

Commit 5e963f3

Browse files
authored
chore: bump ci deps (#564)
1 parent ce8b779 commit 5e963f3

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Diff for: .github/workflows/ci_static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- black-check
3333
steps:
3434
- uses: actions/checkout@v3
35-
- uses: actions/setup-python@v3
35+
- uses: actions/setup-python@v4
3636
with:
3737
python-version: 3.8
3838
- run: |

Diff for: .github/workflows/ci_tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# - examples
4040
steps:
4141
- uses: actions/checkout@v3
42-
- uses: actions/setup-python@v3
42+
- uses: actions/setup-python@v4
4343
with:
4444
python-version: ${{ matrix.python }}
4545
architecture: ${{ matrix.platform.architecture }}
@@ -61,7 +61,7 @@ jobs:
6161
- test-upstream-requirements-py37
6262
steps:
6363
- uses: actions/checkout@v3
64-
- uses: actions/setup-python@v3
64+
- uses: actions/setup-python@v4
6565
with:
6666
python-version: 3.7
6767
- run: |
@@ -82,7 +82,7 @@ jobs:
8282
- test-upstream-requirements-py311
8383
steps:
8484
- uses: actions/checkout@v3
85-
- uses: actions/setup-python@v3
85+
- uses: actions/setup-python@v4
8686
with:
8787
python-version: "3.11"
8888
- run: |

Diff for: test/upstream-requirements-py311.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ botocore==1.23.51
44
certifi==2022.12.7
55
cffi==1.15.1
66
charset-normalizer==3.0.1
7-
coverage==7.0.5
7+
coverage==7.1.0
88
cryptography==39.0.1
99
execnet==1.9.0
1010
hypothesis==6.31.6
@@ -19,9 +19,9 @@ packaging==23.0
1919
pluggy==1.0.0
2020
py==1.11.0
2121
pycparser==2.21
22-
pytest==7.0.0
22+
pytest==7.2.1
2323
pytest-cov==3.0.0
24-
pytest-forked==1.4.0
24+
pytest-forked==1.6.0
2525
pytest-mock==3.10.0
2626
pytest-xdist==2.5.0
2727
python-dateutil==2.8.2
@@ -32,8 +32,7 @@ s3transfer==0.5.2
3232
six==1.16.0
3333
sortedcontainers==2.4.0
3434
toml==0.10.2
35-
tomli==2.0.1
36-
types-toml==0.10.8.1
35+
types-toml==0.10.8.5
3736
urllib3==1.26.14
38-
Werkzeug==2.2.2
37+
Werkzeug==2.2.3
3938
xmltodict==0.13.0

Diff for: test/upstream-requirements-py37.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ botocore==1.23.51
44
certifi==2022.12.7
55
cffi==1.15.1
66
charset-normalizer==3.0.1
7-
coverage==7.0.5
7+
coverage==7.1.0
88
cryptography==39.0.1
9+
exceptiongroup==1.1.0
910
execnet==1.9.0
1011
hypothesis==6.31.6
1112
idna==3.4
@@ -20,9 +21,9 @@ packaging==23.0
2021
pluggy==1.0.0
2122
py==1.11.0
2223
pycparser==2.21
23-
pytest==7.0.0
24+
pytest==7.2.1
2425
pytest-cov==3.0.0
25-
pytest-forked==1.4.0
26+
pytest-forked==1.6.0
2627
pytest-mock==3.10.0
2728
pytest-xdist==2.5.0
2829
python-dateutil==2.8.2
@@ -34,9 +35,9 @@ six==1.16.0
3435
sortedcontainers==2.4.0
3536
toml==0.10.2
3637
tomli==2.0.1
37-
types-toml==0.10.8.1
38-
typing_extensions==4.4.0
38+
types-toml==0.10.8.5
39+
typing_extensions==4.5.0
3940
urllib3==1.26.14
40-
Werkzeug==2.2.2
41+
Werkzeug==2.2.3
4142
xmltodict==0.13.0
42-
zipp==3.11.0
43+
zipp==3.14.0

0 commit comments

Comments
 (0)