File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 }}
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 : |
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 : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ botocore==1.23.51
44certifi==2022.12.7
55cffi==1.15.1
66charset-normalizer==3.0.1
7- coverage==7.0.5
7+ coverage==7.1.0
88cryptography==39.0.1
99execnet==1.9.0
1010hypothesis==6.31.6
@@ -19,9 +19,9 @@ packaging==23.0
1919pluggy==1.0.0
2020py==1.11.0
2121pycparser==2.21
22- pytest==7.0.0
22+ pytest==7.2.1
2323pytest-cov==3.0.0
24- pytest-forked==1.4 .0
24+ pytest-forked==1.6 .0
2525pytest-mock==3.10.0
2626pytest-xdist==2.5.0
2727python-dateutil==2.8.2
@@ -32,8 +32,7 @@ s3transfer==0.5.2
3232six==1.16.0
3333sortedcontainers==2.4.0
3434toml==0.10.2
35- tomli==2.0.1
36- types-toml==0.10.8.1
35+ types-toml==0.10.8.5
3736urllib3==1.26.14
38- Werkzeug==2.2.2
37+ Werkzeug==2.2.3
3938xmltodict==0.13.0
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ botocore==1.23.51
44certifi==2022.12.7
55cffi==1.15.1
66charset-normalizer==3.0.1
7- coverage==7.0.5
7+ coverage==7.1.0
88cryptography==39.0.1
9+ exceptiongroup==1.1.0
910execnet==1.9.0
1011hypothesis==6.31.6
1112idna==3.4
@@ -20,9 +21,9 @@ packaging==23.0
2021pluggy==1.0.0
2122py==1.11.0
2223pycparser==2.21
23- pytest==7.0.0
24+ pytest==7.2.1
2425pytest-cov==3.0.0
25- pytest-forked==1.4 .0
26+ pytest-forked==1.6 .0
2627pytest-mock==3.10.0
2728pytest-xdist==2.5.0
2829python-dateutil==2.8.2
@@ -34,9 +35,9 @@ six==1.16.0
3435sortedcontainers==2.4.0
3536toml==0.10.2
3637tomli==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
3940urllib3==1.26.14
40- Werkzeug==2.2.2
41+ Werkzeug==2.2.3
4142xmltodict==0.13.0
42- zipp==3.11 .0
43+ zipp==3.14 .0
You can’t perform that action at this time.
0 commit comments