diff --git a/poetry.lock b/poetry.lock index 17b1513..a43aefc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -694,13 +694,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "poetry" -version = "1.6.0" +version = "1.6.1" description = "Python dependency management and packaging made easy." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "poetry-1.6.0-py3-none-any.whl", hash = "sha256:3b0b0a5f1e556115a48950f1ae20bd62431c9390188a3372c8d7da5f1a8a3a38"}, - {file = "poetry-1.6.0.tar.gz", hash = "sha256:77324092ab3b3f975a87a2893a53152cbac7853c8359204b828f0d96f078e4c7"}, + {file = "poetry-1.6.1-py3-none-any.whl", hash = "sha256:9b4cb6079c08cc0d91e8cba18a6bd4d4f7d7830263a7fb18ecb3faa77937c988"}, + {file = "poetry-1.6.1.tar.gz", hash = "sha256:0ab9b1a592731cc8b252b8d6aaeea19c72cc0a109d7468b829ad57e6c48039d2"}, ] [package.dependencies] @@ -719,7 +719,7 @@ platformdirs = ">=3.0.0,<4.0.0" poetry-core = "1.7.0" poetry-plugin-export = ">=1.5.0,<2.0.0" pyproject-hooks = ">=1.0.0,<2.0.0" -requests = ">=2.18,<3.0" +requests = ">=2.26,<3.0" requests-toolbelt = ">=0.9.1,<2" shellingham = ">=1.5,<2.0" tomlkit = ">=0.11.4,<1.0.0" @@ -1252,4 +1252,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "2782d57dc27ac73153adb49a408a63c26cf814c3980afdf920ddcbac64155ca1" +content-hash = "977af23b6cc3ddc7f1d426d256c28460e8c1464ec8f6286e331463aca43b6b25" diff --git a/pyproject.toml b/pyproject.toml index 411d8d3..3329b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ yamllint = "1.32.0" # The dependencies in this group are installed using pipx instead of Poetry. It is necessary to use a poetry section in # order to get Dependabot updates of the dependencies. [tool.poetry.group.pipx.dependencies] -poetry = "1.6.0" +poetry = "1.6.1" [build-system] requires = ["poetry-core"]