File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib --unsafe-package=wcmatch pyproject.toml
6
6
#
7
- ansible-compat==24.6.0
7
+ ansible-compat==24.6.1
8
8
ansible-core==2.17.0
9
9
astroid==3.2.2
10
10
attrs==23.2.0
@@ -24,7 +24,7 @@ click==8.1.7
24
24
colorama==0.4.6
25
25
coverage==7.5.3
26
26
coverage-enable-subprocess==1.0
27
- cryptography==42.0.7
27
+ cryptography==42.0.8
28
28
csscompressor==0.9.5
29
29
cssselect2==0.7.0
30
30
defusedxml==0.7.1
@@ -63,7 +63,7 @@ mkdocs-gen-files==0.5.0
63
63
mkdocs-get-deps==0.2.0
64
64
mkdocs-htmlproofer-plugin==1.2.1
65
65
mkdocs-macros-plugin==1.0.5
66
- mkdocs-material==9.5.25
66
+ mkdocs-material==9.5.26
67
67
mkdocs-material-extensions==1.3.1
68
68
mkdocs-minify-plugin==0.8.0
69
69
mkdocs-monorepo-plugin==1.1.0
@@ -77,16 +77,16 @@ paginate==0.5.6
77
77
pathspec==0.12.1
78
78
pillow==10.3.0
79
79
pip==24.0
80
- pipdeptree==2.21 .0
80
+ pipdeptree==2.22 .0
81
81
platformdirs==4.2.2
82
82
pluggy==1.5.0
83
83
psutil==5.9.8
84
84
pycparser==2.22
85
85
pygments==2.18.0
86
- pylint==3.2.2
86
+ pylint==3.2.3
87
87
pymdown-extensions==10.8.1
88
88
pyproject-api==1.6.1
89
- pytest==8.2.1
89
+ pytest==8.2.2
90
90
pytest-mock==3.14.0
91
91
pytest-plus==0.7.0
92
92
pytest-xdist==3.6.1
@@ -108,16 +108,16 @@ text-unidecode==1.3
108
108
tinycss2==1.3.0
109
109
tomli==2.0.1
110
110
tomlkit==0.12.5
111
- tox==4.15.0
111
+ tox==4.15.1
112
112
types-jsonschema==4.22.0.20240501
113
113
types-pyyaml==6.0.12.20240311
114
- typing-extensions==4.12.1
114
+ typing-extensions==4.12.2
115
115
urllib3==2.2.1
116
116
virtualenv==20.26.2
117
117
watchdog==4.0.1
118
118
webencodings==0.5.1
119
119
yamllint==1.35.1
120
- zipp==3.19.1
120
+ zipp==3.19.2
121
121
122
122
# The following packages are considered to be unsafe in a requirements file:
123
123
# resolvelib
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
6
6
#
7
- ansible-compat==24.6.0
7
+ ansible-compat==24.6.1
8
8
ansible-core==2.17.0
9
9
attrs==23.2.0
10
10
black==24.4.2
11
11
bracex==2.4
12
12
cffi==1.16.0
13
13
click==8.1.7
14
- cryptography==42.0.7
14
+ cryptography==42.0.8
15
15
filelock==3.14.0
16
16
importlib-metadata==7.1.0
17
17
jinja2==3.1.4
@@ -33,10 +33,10 @@ rpds-py==0.18.1
33
33
ruamel-yaml==0.18.6
34
34
subprocess-tee==0.4.1
35
35
tomli==2.0.1
36
- typing-extensions==4.12.1
36
+ typing-extensions==4.12.2
37
37
wcmatch==8.5.2 ; python_version < "3.12"
38
38
yamllint==1.35.1
39
- zipp==3.19.1
39
+ zipp==3.19.2
40
40
41
41
# The following packages are considered to be unsafe in a requirements file:
42
42
# resolvelib
You can’t perform that action at this time.
0 commit comments