diff --git a/poetry.lock b/poetry.lock index db1e946d4..a70e9f441 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4408,26 +4408,26 @@ wsproto = ">=0.14" [[package]] name = "tweepy" -version = "4.14.0" +version = "4.15.0" description = "Twitter library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "tweepy-4.14.0-py3-none-any.whl", hash = "sha256:db6d3844ccc0c6d27f339f12ba8acc89912a961da513c1ae50fa2be502a56afb"}, - {file = "tweepy-4.14.0.tar.gz", hash = "sha256:1f9f1707d6972de6cff6c5fd90dfe6a449cd2e0d70bd40043ffab01e07a06c8c"}, + {file = "tweepy-4.15.0-py3-none-any.whl", hash = "sha256:64adcea317158937059e4e2897b3ceb750b0c2dd5df58938c2da8f7eb3b88e6a"}, + {file = "tweepy-4.15.0.tar.gz", hash = "sha256:1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8a21d76"}, ] [package.dependencies] oauthlib = ">=3.2.0,<4" requests = ">=2.27.0,<3" -requests-oauthlib = ">=1.2.0,<2" +requests-oauthlib = ">=1.2.0,<3" [package.extras] async = ["aiohttp (>=3.7.3,<4)", "async-lru (>=1.0.3,<3)"] dev = ["coverage (>=4.4.2)", "coveralls (>=2.1.0)", "tox (>=3.21.0)"] -docs = ["myst-parser (==0.15.2)", "readthedocs-sphinx-search (==0.1.1)", "sphinx (==4.2.0)", "sphinx-hoverxref (==0.7b1)", "sphinx-rtd-theme (==1.0.0)", "sphinx-tabs (==3.2.0)"] +docs = ["myst-parser (==0.15.2)", "readthedocs-sphinx-search (==0.1.1)", "sphinx (==4.2.0)", "sphinx-hoverxref (==0.7b1)", "sphinx-tabs (==3.2.0)", "sphinx_rtd_theme (==1.0.0)"] socks = ["requests[socks] (>=2.27.0,<3)"] -test = ["vcrpy (>=1.10.3)"] +test = ["urllib3 (<2)", "vcrpy (>=1.10.3)"] [[package]] name = "typing-extensions" @@ -5020,4 +5020,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "4879c2a9b197b027816979a081853088f00d3dd03fd17f134ab2511f33c34a6a" +content-hash = "412a4fd338ee82b381e9415f5182696fbf165b11d693fcf80e5e6e428b783a8f" diff --git a/pyproject.toml b/pyproject.toml index 8fe581ada..4b88bfc9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ django-gravatar2 = "^1.4.5" django-import-export = "^4.3.4" django-annoying = "^0.10.7" dj-rest-auth = "^5.0.2" -tweepy = "^4.8.0" +tweepy = "^4.15.0" Unidecode = "^1.3.8" user-agents = "^2.2.0" whitenoise = "^6.8.2"