Skip to content

Commit ac9f031

Browse files
authored
Restore classic behavior of offline mode (#2806)
1 parent a6766a0 commit ac9f031

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

requirements.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ansible-core setup.cfg
66
#
77
alabaster==0.7.12
8-
ansible-compat==2.2.6
8+
ansible-compat==2.2.7
99
ansible-pygments==0.1.1
1010
astroid==2.12.13
1111
attrs==22.1.0
1212
babel==2.11.0
13-
black==22.10.0
13+
black==22.12.0
1414
bracex==2.3.post1
15-
certifi==2022.9.24
15+
certifi==2022.12.7
1616
cffi==1.15.1
1717
charset-normalizer==2.1.1
1818
click==8.1.3
@@ -24,7 +24,7 @@ dill==0.3.6
2424
docutils==0.17.1
2525
exceptiongroup==1.0.4
2626
execnet==1.9.0
27-
filelock==3.8.0
27+
filelock==3.8.2
2828
flake8==6.0.0
2929
flake8-future-annotations==1.0.0
3030
idna==3.4
@@ -38,25 +38,24 @@ lazy-object-proxy==1.8.0
3838
markdown-it-py==2.1.0
3939
markupsafe==2.1.1
4040
mccabe==0.7.0
41-
mdit-py-plugins==0.3.1
41+
mdit-py-plugins==0.3.3
4242
mdurl==0.1.2
4343
more-itertools==9.0.0
4444
mypy==0.991
4545
mypy-extensions==0.4.3
4646
myst-parser==0.18.1
47-
packaging==21.3
48-
pathspec==0.10.2
47+
packaging==22.0
48+
pathspec==0.10.3
4949
pbr==5.11.0
5050
pipdeptree==2.3.3
51-
platformdirs==2.5.4
51+
platformdirs==2.6.0
5252
pluggy==1.0.0
5353
psutil==5.9.4
5454
pycodestyle==2.10.0
5555
pycparser==2.21
5656
pyflakes==3.0.1
5757
pygments==2.13.0
58-
pylint==2.15.7
59-
pyparsing==3.0.9
58+
pylint==2.15.8
6059
pyrsistent==0.19.2
6160
pytest==7.2.0
6261
pytest-mock==3.10.0
@@ -71,7 +70,7 @@ ruamel-yaml==0.17.21
7170
ruamel-yaml-clib==0.2.7
7271
snowballstemmer==2.2.0
7372
sphinx==5.3.0
74-
sphinx-ansible-theme==0.10.0
73+
sphinx-ansible-theme==0.10.1
7574
sphinx-rtd-theme==1.1.1
7675
sphinxcontrib-apidoc==0.3.0
7776
sphinxcontrib-applehelp==1.0.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)