Skip to content

Commit

Permalink
Bump version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 25, 2023
1 parent 5443a29 commit 5b4f216
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 623 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 3.3.2 (2023-01-25)

- Fixed handling of `depth` to find nested configs. (@DavidWatkins)

# 3.3.1 (2022-11-09)

- Replaced deprecated `pkg_resources` with `importlib` for package metadata.
Expand Down
70 changes: 35 additions & 35 deletions docs/requirements.txt
@@ -1,60 +1,60 @@
altgraph==0.17.2; sys_platform == "darwin" and python_version >= "3.6"
astroid==2.4.2; python_version >= "3.5"
astunparse==1.6.3; python_version < "3.9" and python_version >= "3.7"
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
black==22.1.0; python_full_version >= "3.6.2"
atomicwrites==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
attrs==22.1.0; python_version >= "3.6"
black==22.8.0; python_full_version >= "3.6.2"
cached-property==1.5.2; python_version >= "3.8" and python_version < "4.0"
certifi==2021.10.8; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
certifi==2022.12.7; python_version >= "3.8" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.8" and python_version < "4" and python_full_version >= "3.6.0"
classproperties==0.2.0; python_version >= "3.8" and python_version < "4.0"
click==8.0.4; python_version >= "3.7" and python_full_version >= "3.6.2"
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0")
coverage==6.3.2; python_version >= "3.7" and python_version < "4.0"
coveragespace==5.0; python_version >= "3.7" and python_version < "4.0"
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.8" and python_full_version >= "3.6.2" and python_version < "4.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0")
coverage==6.4.4; python_version >= "3.8" and python_version < "4.0"
coveragespace==6.0; python_version >= "3.8" and python_version < "4.0"
datafiles==2.0; python_version >= "3.8" and python_version < "4.0"
docopt==0.6.2; python_version >= "3.7" and python_version < "4.0"
freezegun==1.2.1; python_version >= "3.6"
docopt==0.6.2; python_version >= "3.8" and python_version < "4.0"
freezegun==1.2.2; python_version >= "3.6"
future==0.18.2; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
ghp-import==2.0.2; python_version >= "3.7"
idna==3.3; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7"
ghp-import==2.1.0; python_version >= "3.7"
idna==3.3; python_version >= "3.8" and python_version < "4"
importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.6"
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
jinja2==3.0.3; python_version >= "3.6"
lazy-object-proxy==1.4.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
macfsevents==0.8.1; sys_platform == "darwin"
macholib==1.16; sys_platform == "darwin" and python_version >= "3.6"
markdown==3.3.6; python_version >= "3.7"
markdown==3.3.7; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
mccabe==0.6.1; python_version >= "3.5"
mergedeep==1.3.4; python_version >= "3.7"
minilog==2.1; python_version >= "3.7" and python_version < "4.0"
mkdocs-autorefs==0.4.1; python_version >= "3.7"
mkdocs==1.2.3; python_version >= "3.6"
mkdocs==1.3.1; python_version >= "3.6"
mkdocstrings-python-legacy==0.2.2; python_version >= "3.7"
mkdocstrings==0.18.1; python_version >= "3.7"
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6"
mypy==0.940; python_version >= "3.6"
nose==1.3.7
packaging==21.3; python_version >= "3.7"
parse==1.19.0; python_version >= "3.8" and python_version < "4.0"
pathspec==0.9.0; python_full_version >= "3.6.2"
pefile==2021.9.3; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
platformdirs==2.5.1; python_version >= "3.7" and python_full_version >= "3.6.2"
pathspec==0.10.1; python_version >= "3.7" and python_full_version >= "3.6.2"
pefile==2022.5.30; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
pluggy==1.0.0; python_version >= "3.6"
py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
pydocstyle==6.1.1; python_version >= "3.6"
pygments==2.11.2; python_version >= "3.5"
pyinstaller-hooks-contrib==2022.3; python_version >= "3.7"
pygments==2.13.0; python_version >= "3.6"
pyinstaller-hooks-contrib==2022.10; python_version >= "3.7"
pyinstaller==4.5.1; python_version >= "3.6"
pylint==2.6.2; python_version >= "3.5"
pymdown-extensions==9.3; python_version >= "3.7"
pymdown-extensions==9.5; python_version >= "3.7"
pync==2.0.3; sys_platform == "darwin"
pyparsing==3.0.7; python_version >= "3.6"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
pytest-cov==3.0.0; python_version >= "3.6"
pytest-describe==1.0.0
pytest-expecter==2.3; python_version >= "3.6" and python_version < "4.0"
pytest-describe==2.0.1
pytest-expecter==3.0; python_version >= "3.8" and python_version < "4.0"
pytest-random==0.02
pytest==6.2.5; python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "darwin" or python_full_version >= "3.3.0" and python_version >= "3.6" and sys_platform == "darwin"
Expand All @@ -63,21 +63,21 @@ pytkdocs==0.16.1; python_version >= "3.7"
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.6"
pyyaml-env-tag==0.1; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
requests==2.28.1; python_version >= "3.8" and python_version < "4"
rope==0.14.0
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.8"
ruamel.yaml==0.17.21; python_version >= "3.8" and python_version < "4.0"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "darwin" and python_version < "3.9" or python_full_version >= "3.3.0" and python_version >= "3.7" and sys_platform == "darwin" and python_version < "3.9"
sniffer==0.4.1
snowballstemmer==2.2.0; python_version >= "3.6"
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0"
tomli==2.0.1; python_full_version <= "3.11.0a6" and python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0"
types-freezegun==1.1.7
types-setuptools==57.4.11
typing-extensions==3.10.0.2; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.6"
universal-startfile==0.1; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
watchdog==2.1.7; python_version >= "3.7"
wrapt==1.14.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
zipp==3.7.0; python_version >= "3.7"
types-freezegun==1.1.10
types-setuptools==65.3.0
typing-extensions==4.3.0; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.7"
universal-startfile==0.2; python_version >= "3.8" and python_version < "4.0"
urllib3==1.26.12; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
watchdog==2.1.9; python_version >= "3.7"
wrapt==1.14.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
zipp==3.8.1; python_version >= "3.7"

0 comments on commit 5b4f216

Please sign in to comment.