File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 5
5
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras --unsafe-package=ansible-dev-tools --unsafe-package=distribute --unsafe-package=pip --unsafe-package=setuptools .config/requirements.in pyproject.toml
6
6
#
7
7
ansible-builder==3.1.0
8
- ansible-compat==24.8 .0
9
- ansible-core==2.17.3
8
+ ansible-compat==24.9 .0
9
+ ansible-core==2.17.4
10
10
ansible-creator==24.9.0
11
11
ansible-dev-environment==24.9.0
12
12
ansible-lint==24.9.0
@@ -53,12 +53,12 @@ exceptiongroup==1.2.2
53
53
execnet==2.1.1
54
54
filelock==3.16.0
55
55
ghp-import==2.1.0
56
- griffe==1.2.0
56
+ griffe==1.3.1
57
57
gunicorn==23.0.0
58
58
htmlmin2==0.1.13
59
- identify==2.6.0
60
- idna==3.8
61
- importlib-metadata==8.4 .0
59
+ identify==2.6.1
60
+ idna==3.10
61
+ importlib-metadata==8.5 .0
62
62
iniconfig==2.0.0
63
63
isodate==0.6.1
64
64
isort==5.13.2
@@ -84,7 +84,7 @@ mkdocs-ansible==24.3.1
84
84
mkdocs-autorefs==1.2.0
85
85
mkdocs-gen-files==0.5.0
86
86
mkdocs-get-deps==0.2.0
87
- mkdocs-htmlproofer-plugin==1.2.1
87
+ mkdocs-htmlproofer-plugin==1.3.0
88
88
mkdocs-macros-plugin==1.0.5
89
89
mkdocs-material==9.5.34
90
90
mkdocs-material-extensions==1.3.1
@@ -112,7 +112,7 @@ pexpect==4.9.0
112
112
pillow==10.4.0
113
113
pip-tools==7.4.1
114
114
pipdeptree==2.23.3
115
- platformdirs==4.3.2
115
+ platformdirs==4.3.3
116
116
pluggy==1.5.0
117
117
pre-commit==3.8.0
118
118
ptyprocess==0.7.0
@@ -123,7 +123,7 @@ pylint==3.2.7
123
123
pymdown-extensions==10.9
124
124
pyproject-api==1.7.1
125
125
pyproject-hooks==1.1.0
126
- pytest==8.3.2
126
+ pytest==8.3.3
127
127
pytest-ansible==24.9.0
128
128
pytest-xdist==3.6.1
129
129
python-daemon==3.0.1
@@ -133,15 +133,15 @@ python-slugify==8.0.4
133
133
pyyaml==6.0.2
134
134
pyyaml-env-tag==0.1
135
135
referencing==0.31.1
136
- regex==2024.7.24
136
+ regex==2024.9.11
137
137
requests==2.32.3
138
138
resolvelib==1.0.1
139
139
rfc3339-validator==0.1.4
140
- rich==13.8.0
140
+ rich==13.8.1
141
141
rpds-py==0.20.0
142
142
ruamel-yaml==0.18.6
143
143
ruamel-yaml-clib==0.2.8
144
- ruff==0.6.4
144
+ ruff==0.6.5
145
145
six==1.16.0
146
146
soupsieve==2.6
147
147
sqlparse==0.5.1
@@ -155,18 +155,18 @@ tomlkit==0.13.2
155
155
tox==4.18.1
156
156
tox-ansible==24.9.0
157
157
types-pyyaml==6.0.12.20240808
158
- types-requests==2.32.0.20240907
158
+ types-requests==2.32.0.20240914
159
159
typing-extensions==4.12.2
160
160
tzdata==2024.1
161
- urllib3==2.2.2
161
+ urllib3==2.2.3
162
162
virtualenv==20.26.4
163
163
watchdog==5.0.2
164
164
wcmatch==9.0
165
165
webencodings==0.5.1
166
166
werkzeug==3.0.4
167
167
wheel==0.44.0
168
168
yamllint==1.35.1
169
- zipp==3.20.1
169
+ zipp==3.20.2
170
170
171
171
# The following packages are considered to be unsafe in a requirements file:
172
172
# ansible-dev-tools
Original file line number Diff line number Diff line change 5
5
# pip-compile --constraint=.config/constraints.txt --extra=server --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=distribute --unsafe-package=pip --unsafe-package=setuptools .config/requirements.in pyproject.toml
6
6
#
7
7
ansible-builder==3.1.0
8
- ansible-compat==24.8 .0
9
- ansible-core==2.17.3
8
+ ansible-compat==24.9 .0
9
+ ansible-core==2.17.4
10
10
ansible-creator==24.9.0
11
11
ansible-dev-environment==24.9.0
12
12
ansible-lint==24.9.0
@@ -36,8 +36,8 @@ exceptiongroup==1.2.2
36
36
execnet==2.1.1
37
37
filelock==3.16.0
38
38
gunicorn==23.0.0
39
- idna==3.8
40
- importlib-metadata==8.4 .0
39
+ idna==3.10
40
+ importlib-metadata==8.5 .0
41
41
iniconfig==2.0.0
42
42
isodate==0.6.1
43
43
jinja2==3.1.4
@@ -63,13 +63,13 @@ pathable==0.4.3
63
63
pathspec==0.12.1
64
64
pbr==6.1.0
65
65
pexpect==4.9.0
66
- platformdirs==4.3.2
66
+ platformdirs==4.3.3
67
67
pluggy==1.5.0
68
68
ptyprocess==0.7.0
69
69
pycparser==2.22
70
70
pygments==2.18.0
71
71
pyproject-api==1.7.1
72
- pytest==8.3.2
72
+ pytest==8.3.3
73
73
pytest-ansible==24.9.0
74
74
pytest-xdist==3.6.1
75
75
python-daemon==3.0.1
@@ -79,7 +79,7 @@ referencing==0.31.1
79
79
requests==2.32.3
80
80
resolvelib==1.0.1
81
81
rfc3339-validator==0.1.4
82
- rich==13.8.0
82
+ rich==13.8.1
83
83
rpds-py==0.20.0
84
84
ruamel-yaml==0.18.6
85
85
ruamel-yaml-clib==0.2.8
@@ -91,12 +91,12 @@ tox==4.18.1
91
91
tox-ansible==24.9.0
92
92
typing-extensions==4.12.2
93
93
tzdata==2024.1
94
- urllib3==2.2.2
94
+ urllib3==2.2.3
95
95
virtualenv==20.26.4
96
96
wcmatch==9.0
97
97
werkzeug==3.0.4
98
98
yamllint==1.35.1
99
- zipp==3.20.1
99
+ zipp==3.20.2
100
100
101
101
# The following packages are considered to be unsafe in a requirements file:
102
102
# setuptools
You can’t perform that action at this time.
0 commit comments