From ae3a3a2c8d23cc6b44aff61d6e0f74c5c1a99eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:26:03 +0000 Subject: [PATCH] Bump dnspython from 2.3.0 to 2.4.2 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.3.0 to 2.4.2. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 969d357..ea0bfa1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2194,4 +2194,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.10" -content-hash = "d1a9480218208e4e1798c6b64849c9868bad22d3ea6a711e0aa86625d9a02c43" +content-hash = "32782274a999c61548ab6e249b46b60fca124899792049de66cd79175c3df804" diff --git a/pyproject.toml b/pyproject.toml index 998ea7f..7766259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ uvicorn = {extras = ["standard"], version = "^0.23.2"} pydantic = {extras = ["email"], version = "^1.10.12"} python-multipart = "^0.0.5" odmantic = "^0.9.2" -dnspython = "^2.2.1" +dnspython = "^2.4.2" deta = "^1.1.0" nylas = "^5.14.1" openai = "^0.28.1"