Skip to content

Commit

Permalink
Restore classic behavior of offline mode (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 10, 2022
1 parent a6766a0 commit ac9f031
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ansible-core setup.cfg
#
alabaster==0.7.12
ansible-compat==2.2.6
ansible-compat==2.2.7
ansible-pygments==0.1.1
astroid==2.12.13
attrs==22.1.0
babel==2.11.0
black==22.10.0
black==22.12.0
bracex==2.3.post1
certifi==2022.9.24
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
Expand All @@ -24,7 +24,7 @@ dill==0.3.6
docutils==0.17.1
exceptiongroup==1.0.4
execnet==1.9.0
filelock==3.8.0
filelock==3.8.2
flake8==6.0.0
flake8-future-annotations==1.0.0
idna==3.4
Expand All @@ -38,25 +38,24 @@ lazy-object-proxy==1.8.0
markdown-it-py==2.1.0
markupsafe==2.1.1
mccabe==0.7.0
mdit-py-plugins==0.3.1
mdit-py-plugins==0.3.3
mdurl==0.1.2
more-itertools==9.0.0
mypy==0.991
mypy-extensions==0.4.3
myst-parser==0.18.1
packaging==21.3
pathspec==0.10.2
packaging==22.0
pathspec==0.10.3
pbr==5.11.0
pipdeptree==2.3.3
platformdirs==2.5.4
platformdirs==2.6.0
pluggy==1.0.0
psutil==5.9.4
pycodestyle==2.10.0
pycparser==2.21
pyflakes==3.0.1
pygments==2.13.0
pylint==2.15.7
pyparsing==3.0.9
pylint==2.15.8
pyrsistent==0.19.2
pytest==7.2.0
pytest-mock==3.10.0
Expand All @@ -71,7 +70,7 @@ ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.7
snowballstemmer==2.2.0
sphinx==5.3.0
sphinx-ansible-theme==0.10.0
sphinx-ansible-theme==0.10.1
sphinx-rtd-theme==1.1.1
sphinxcontrib-apidoc==0.3.0
sphinxcontrib-applehelp==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install_requires =
will-not-work-on-windows-try-from-wsl-instead; platform_system=="Windows"
ansible-core>=2.12.0,<2.14.0; python_version<"3.9" # GPLv3
ansible-core>=2.12.0; python_version>="3.9" # GPLv3
ansible-compat>=2.2.6 # GPLv3
ansible-compat>=2.2.7 # GPLv3
# alphabetically sorted:
black>=22.8.0 # MIT
filelock>=3.3.0 # The Unlicense
Expand Down

0 comments on commit ac9f031

Please sign in to comment.