File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ certifi==2023.7.22
55cffi == 1.15.1
66chardet == 5.1.0
77charset-normalizer == 3.2.0
8- click == 8.1.4
8+ click == 8.1.6
99colorama == 0.4.6
1010coverage == 7.2.7
1111craft-cli == 2.0.0
@@ -14,7 +14,7 @@ craft-providers==1.14.1
1414craft-store == 2.4.0
1515cryptography == 41.0.2
1616Deprecated == 1.2.14
17- distlib == 0.3.6
17+ distlib == 0.3.7
1818exceptiongroup == 1.1.2
1919filelock == 3.12.2
2020flake8 == 6.0.0
@@ -25,7 +25,7 @@ iniconfig==2.0.0
2525jaraco.classes == 3.3.0
2626jeepney == 0.8.0
2727Jinja2 == 3.1.2
28- jsonschema == 4.18.0
28+ jsonschema == 4.18.4
2929jsonschema-specifications == 2023.6.1
3030keyring == 24.2.0
3131macaroonbakery == 1.3.1
@@ -56,7 +56,7 @@ pytest-mock==3.11.1
5656python-dateutil == 2.8.2
5757pytz == 2023.3
5858pyxdg == 0.28
59- PyYAML == 6.0
59+ PyYAML == 6.0.1
6060referencing == 0.29.1
6161requests == 2.31.0
6262requests-toolbelt == 1.0.0
@@ -70,10 +70,10 @@ snowballstemmer==2.2.0
7070tabulate == 0.9.0
7171tomli == 2.0.1
7272tox == 4.6.4
73- types-Deprecated == 1.2.9.2
74- types-PyYAML == 6.0.12.10
73+ types-Deprecated == 1.2.9.3
74+ types-PyYAML == 6.0.12.11
7575typing_extensions == 4.7.1
7676urllib3 == 1.26.16
7777virtualenv == 20.24.1
7878wrapt == 1.15.0
79- zipp == 3.16.0
79+ zipp == 3.16.2
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ importlib-metadata==6.8.0
1414jaraco.classes == 3.3.0
1515jeepney == 0.8.0
1616Jinja2 == 3.1.2
17- jsonschema == 4.18.0
17+ jsonschema == 4.18.4
1818jsonschema-specifications == 2023.6.1
1919keyring == 24.2.0
2020macaroonbakery == 1.3.1
@@ -33,7 +33,7 @@ pyRFC3339==1.1
3333python-dateutil == 2.8.2
3434pytz == 2023.3
3535pyxdg == 0.28
36- PyYAML == 6.0
36+ PyYAML == 6.0.1
3737referencing == 0.29.1
3838requests == 2.31.0
3939requests-toolbelt == 1.0.0
@@ -43,9 +43,9 @@ SecretStorage==3.3.3
4343six == 1.16.0
4444snap-helpers == 0.3.2
4545tabulate == 0.9.0
46- types-Deprecated == 1.2.9.2
47- types-PyYAML == 6.0.12.10
46+ types-Deprecated == 1.2.9.3
47+ types-PyYAML == 6.0.12.11
4848typing_extensions == 4.7.1
4949urllib3 == 1.26.16
5050wrapt == 1.15.0
51- zipp == 3.16.0
51+ zipp == 3.16.2
Original file line number Diff line number Diff line change 5959 # renovate: datasource=pypi
6060 black ==23.7.0
6161 # renovate: datasource=pypi
62- codespell[tomli]==2.2.4
62+ codespell[tomli]==2.2.5
6363 # renovate: datasource=pypi
64- ruff ==0.0.261
64+ ruff ==0.0.280
6565 # renovate: datasource=pypi
6666 yamllint ==1.32.0
6767env_dir = {work_dir}/linting
You can’t perform that action at this time.
0 commit comments