diff --git a/poetry.lock b/poetry.lock index f1d0b8d..56276b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,22 +567,22 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "github-changelog-md" -version = "0.9.2" +version = "0.9.3" description = "Generate a Markdown Changelog from your Github repository." optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "github_changelog_md-0.9.2-py3-none-any.whl", hash = "sha256:a2e74843c03ba448ac0deec5a1ecd728d255fd8be184e2e8366d1048d4d476ba"}, - {file = "github_changelog_md-0.9.2.tar.gz", hash = "sha256:e5b9c3e1596c9d975e1eec83bae44f9a399e4be867e7d511c6c38019fc4e092e"}, + {file = "github_changelog_md-0.9.3-py3-none-any.whl", hash = "sha256:16654f6acffed55b1391ed9556e3776df3bbc4ae799062c8a09a8f07039653b1"}, + {file = "github_changelog_md-0.9.3.tar.gz", hash = "sha256:cb18eea6a60dc8ff695157affa0ba761f536a4f53c7a2cf7ebeeb6bab07390a5"}, ] [package.dependencies] pydantic = ">=2.3.0,<3.0.0" pygithub = ">=1.59.1,<3.0.0" rich = ">=13.6.0,<14.0.0" -rtoml = ">=0.9.0,<0.10.0" +rtoml = ">=0.9.0,<1.0.0" simple-toml-settings = ">=0.4.0,<1.0.0" -typer = ">=0.9.0,<0.10.0" +typer = ">=0.9,<0.13" [[package]] name = "h11" @@ -1810,18 +1810,18 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar [[package]] name = "simple-toml-settings" -version = "0.6.0" +version = "0.6.1" description = "A Python library to save your settings in a TOML file." optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "simple_toml_settings-0.6.0-py3-none-any.whl", hash = "sha256:f08d1f1e11ec2daa1a162e8162e09b61675dc99e6515c986636042361e037846"}, - {file = "simple_toml_settings-0.6.0.tar.gz", hash = "sha256:45aebfefa9e3fc39680e438e7dcffd2227ccc942cff08f20d93d127995d688ff"}, + {file = "simple_toml_settings-0.6.1-py3-none-any.whl", hash = "sha256:7e9dcdfdfa3a62d968a455daced1b79f3c02db02c122898805ccc608b846d9da"}, + {file = "simple_toml_settings-0.6.1.tar.gz", hash = "sha256:49416d2ec7dfbf1afaff58f875c23005ff8f2d3d2fc7473e9b8cfd818b01baad"}, ] [package.dependencies] -github-changelog-md = "0.9.2" -rtoml = ">=0.9.0,<0.10.0" +github-changelog-md = ">=0.9.0" +rtoml = ">=0.9.0,<1.0.0" [[package]] name = "six" @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ffd5842925eb5cf9d8519a37e9a07994c059e5c590bd006439b8d2b81f7ca452" +content-hash = "73b8b1f068a7c8c78e8a5b4d6e08379f6ec1730726b4a0921896120eb29cc067" diff --git a/pyproject.toml b/pyproject.toml index e5ab986..e8969cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ types-python-dateutil = "^2.9.0.20240316" types-redis = "^4.6.0.20240425" # changelog generation -github-changelog-md = "^0.9.2" +github-changelog-md = "^0.9.3" [build-system] requires = ["poetry-core"] diff --git a/requirements-dev.txt b/requirements-dev.txt index 3e4442a..a31971e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ faker==24.14.0 ; python_version >= "3.9" and python_version < "4.0" fakeredis==2.22.0 ; python_version >= "3.9" and python_version < "4.0" fastapi[all]==0.110.2 ; python_version >= "3.9" and python_version < "4.0" filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0" -github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0" +github-changelog-md==0.9.3 ; python_version >= "3.9" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0" httpcore==1.0.4 ; python_version >= "3.9" and python_version < "4.0" httptools==0.6.1 ; python_version >= "3.9" and python_version < "4.0" @@ -76,7 +76,7 @@ rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0" ruff==0.4.2 ; python_version >= "3.9" and python_version < "4.0" setuptools==69.2.0 ; python_version >= "3.9" and python_version < "4.0" -simple-toml-settings==0.6.0 ; python_version >= "3.9" and python_version < "4.0" +simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0"