diff --git a/poetry.lock b/poetry.lock index 6b8c703..3999a2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -262,19 +262,19 @@ cli = ["click (>=5.0)"] [[package]] name = "requests" -version = "2.32.3" +version = "2.32.5" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, + {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -426,4 +426,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a6008104d4820c54fc04ec57070d8decf9b8ce9aabba98b89303b4d768857ba9" +content-hash = "cb28daee8a45e15527590896f330310830d6ef5eef1747f5a6084dea630bf977" diff --git a/pyproject.toml b/pyproject.toml index 31adc5e..39af196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -requests = "=2.32.3" +requests = "=2.32.5" argparse = "=1.4.0" python-dotenv = "=1.0.1" atlassian-python-api = "=4.0.4"