diff --git a/CHANGELOG.md b/CHANGELOG.md index 3896482..bfe107c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 3.3.2 (2023-01-25) +# 3.3.3 (2023-01-25) - Fixed handling of `depth` to find nested configs. (@DavidWatkins) diff --git a/docs/requirements.txt b/docs/requirements.txt index 19b7049..352a078 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ 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.8" and python_version < "4.0" freezegun==1.2.2 ; python_version >= "3.8" and python_version < "4.0" -future==0.18.2 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" +future==0.18.3 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0" idna==3.3 ; python_version >= "3.8" and python_version < "4" importlib-metadata==4.12.0 ; python_version >= "3.8" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index 1fbdeb5..94c6595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gitman" -version = "3.3.2" +version = "3.3.3" description = "A language-agnostic dependency manager using Git." license = "MIT"