diff options
author | 2024-07-15 20:50:10 +0000 | |
---|---|---|
committer | 2024-07-15 20:50:10 +0000 | |
commit | 3bb01c4274eaafb3ba48760f4e230d7cdb21f289 (patch) | |
tree | a6602a30ede5afc7a46d45466a672b825dc59e21 | |
parent | Bump setuptools from 69.2.0 to 70.0.0 (#1578) (diff) |
Bump pyjokes from 0.6.0 to 0.7.2 (#1577)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 14 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/poetry.lock b/poetry.lock index 21967e8b..e33d6d95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1348,19 +1348,15 @@ fakeredis = ["fakeredis[lua] (>=2.0,<3.0)"] [[package]] name = "pyjokes" -version = "0.6.0" +version = "0.7.2" description = "One line jokes for programmers (jokes as a service)" optional = false -python-versions = "*" +python-versions = "<4.0,>=3.9" files = [ - {file = "pyjokes-0.6.0-py2.py3-none-any.whl", hash = "sha256:70b6125186dee5845038505cd16b5e09250da46c730e36b44ffd870e3c81aaaa"}, - {file = "pyjokes-0.6.0.tar.gz", hash = "sha256:08860eedb78cbfa4618243c8db088f21c39823ece1fdaf0133e52d9c56e981a5"}, + {file = "pyjokes-0.7.2-py3-none-any.whl", hash = "sha256:fabf2b298718549efe9323e61a286516f4104aa645c23d48e9150a4683d24e7e"}, + {file = "pyjokes-0.7.2.tar.gz", hash = "sha256:1a0dab5bfd30deee547055ebf26b2073b4dd10b708311b4c9bdf6ccb743d5821"}, ] -[package.extras] -doc = ["mkdocs"] -test = ["coverage", "pytest", "tox"] - [[package]] name = "pyreadline3" version = "3.4.1" @@ -1920,4 +1916,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "4966a9104e95490a55fb79a5c45ee2189b78dd43c6fa617249e523499f5da7b7" +content-hash = "8d081e4ead22663cc00455d3d7f499c523475ab78dc75ecf614b874b4f28286f" diff --git a/pyproject.toml b/pyproject.toml index 51400361..0ccfa2fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "5.2.2" emoji = "2.12.1" -pyjokes = "0.6.0" +pyjokes = "0.7.2" pydantic = { version = "2.6.4", extras = ["dotenv"]} pydantic-settings = "2.2.1" |