File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 55# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ansible-core setup.cfg
66#
77alabaster == 0.7.12
8- ansible-compat == 2.2.6
8+ ansible-compat == 2.2.7
99ansible-pygments == 0.1.1
1010astroid == 2.12.13
1111attrs == 22.1.0
1212babel == 2.11.0
13- black == 22.10 .0
13+ black == 22.12 .0
1414bracex == 2.3.post1
15- certifi == 2022.9.24
15+ certifi == 2022.12.7
1616cffi == 1.15.1
1717charset-normalizer == 2.1.1
1818click == 8.1.3
@@ -24,7 +24,7 @@ dill==0.3.6
2424docutils == 0.17.1
2525exceptiongroup == 1.0.4
2626execnet == 1.9.0
27- filelock == 3.8.0
27+ filelock == 3.8.2
2828flake8 == 6.0.0
2929flake8-future-annotations == 1.0.0
3030idna == 3.4
@@ -38,25 +38,24 @@ lazy-object-proxy==1.8.0
3838markdown-it-py == 2.1.0
3939markupsafe == 2.1.1
4040mccabe == 0.7.0
41- mdit-py-plugins == 0.3.1
41+ mdit-py-plugins == 0.3.3
4242mdurl == 0.1.2
4343more-itertools == 9.0.0
4444mypy == 0.991
4545mypy-extensions == 0.4.3
4646myst-parser == 0.18.1
47- packaging == 21.3
48- pathspec == 0.10.2
47+ packaging == 22.0
48+ pathspec == 0.10.3
4949pbr == 5.11.0
5050pipdeptree == 2.3.3
51- platformdirs == 2.5.4
51+ platformdirs == 2.6.0
5252pluggy == 1.0.0
5353psutil == 5.9.4
5454pycodestyle == 2.10.0
5555pycparser == 2.21
5656pyflakes == 3.0.1
5757pygments == 2.13.0
58- pylint == 2.15.7
59- pyparsing == 3.0.9
58+ pylint == 2.15.8
6059pyrsistent == 0.19.2
6160pytest == 7.2.0
6261pytest-mock == 3.10.0
@@ -71,7 +70,7 @@ ruamel-yaml==0.17.21
7170ruamel-yaml-clib == 0.2.7
7271snowballstemmer == 2.2.0
7372sphinx == 5.3.0
74- sphinx-ansible-theme == 0.10.0
73+ sphinx-ansible-theme == 0.10.1
7574sphinx-rtd-theme == 1.1.1
7675sphinxcontrib-apidoc == 0.3.0
7776sphinxcontrib-applehelp == 1.0.2
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ install_requires =
6666 will-not-work-on-windows-try-from-wsl-instead; platform_system=="Windows"
6767 ansible-core>=2.12.0,<2.14.0; python_version<"3.9" # GPLv3
6868 ansible-core>=2.12.0; python_version>="3.9" # GPLv3
69- ansible-compat>=2.2.6 # GPLv3
69+ ansible-compat>=2.2.7 # GPLv3
7070 # alphabetically sorted:
7171 black>=22.8.0 # MIT
7272 filelock>=3.3.0 # The Unlicense
You can’t perform that action at this time.
0 commit comments