File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 32
32
- black-check
33
33
steps :
34
34
- uses : actions/checkout@v3
35
- - uses : actions/setup-python@v3
35
+ - uses : actions/setup-python@v4
36
36
with :
37
37
python-version : 3.8
38
38
- run : |
Original file line number Diff line number Diff line change 39
39
# - examples
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - uses : actions/setup-python@v3
42
+ - uses : actions/setup-python@v4
43
43
with :
44
44
python-version : ${{ matrix.python }}
45
45
architecture : ${{ matrix.platform.architecture }}
61
61
- test-upstream-requirements-py37
62
62
steps :
63
63
- uses : actions/checkout@v3
64
- - uses : actions/setup-python@v3
64
+ - uses : actions/setup-python@v4
65
65
with :
66
66
python-version : 3.7
67
67
- run : |
82
82
- test-upstream-requirements-py311
83
83
steps :
84
84
- uses : actions/checkout@v3
85
- - uses : actions/setup-python@v3
85
+ - uses : actions/setup-python@v4
86
86
with :
87
87
python-version : " 3.11"
88
88
- run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ botocore==1.23.51
4
4
certifi==2022.12.7
5
5
cffi==1.15.1
6
6
charset-normalizer==3.0.1
7
- coverage==7.0.5
7
+ coverage==7.1.0
8
8
cryptography==39.0.1
9
9
execnet==1.9.0
10
10
hypothesis==6.31.6
@@ -19,9 +19,9 @@ packaging==23.0
19
19
pluggy==1.0.0
20
20
py==1.11.0
21
21
pycparser==2.21
22
- pytest==7.0.0
22
+ pytest==7.2.1
23
23
pytest-cov==3.0.0
24
- pytest-forked==1.4 .0
24
+ pytest-forked==1.6 .0
25
25
pytest-mock==3.10.0
26
26
pytest-xdist==2.5.0
27
27
python-dateutil==2.8.2
@@ -32,8 +32,7 @@ s3transfer==0.5.2
32
32
six==1.16.0
33
33
sortedcontainers==2.4.0
34
34
toml==0.10.2
35
- tomli==2.0.1
36
- types-toml==0.10.8.1
35
+ types-toml==0.10.8.5
37
36
urllib3==1.26.14
38
- Werkzeug==2.2.2
37
+ Werkzeug==2.2.3
39
38
xmltodict==0.13.0
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ botocore==1.23.51
4
4
certifi==2022.12.7
5
5
cffi==1.15.1
6
6
charset-normalizer==3.0.1
7
- coverage==7.0.5
7
+ coverage==7.1.0
8
8
cryptography==39.0.1
9
+ exceptiongroup==1.1.0
9
10
execnet==1.9.0
10
11
hypothesis==6.31.6
11
12
idna==3.4
@@ -20,9 +21,9 @@ packaging==23.0
20
21
pluggy==1.0.0
21
22
py==1.11.0
22
23
pycparser==2.21
23
- pytest==7.0.0
24
+ pytest==7.2.1
24
25
pytest-cov==3.0.0
25
- pytest-forked==1.4 .0
26
+ pytest-forked==1.6 .0
26
27
pytest-mock==3.10.0
27
28
pytest-xdist==2.5.0
28
29
python-dateutil==2.8.2
@@ -34,9 +35,9 @@ six==1.16.0
34
35
sortedcontainers==2.4.0
35
36
toml==0.10.2
36
37
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
39
40
urllib3==1.26.14
40
- Werkzeug==2.2.2
41
+ Werkzeug==2.2.3
41
42
xmltodict==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