From 004cfa1b5210c32fd9600ebbee40ab16ce7ca938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:07:19 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) diff --git a/poetry.lock b/poetry.lock index 27e832a..bade70b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.7.4" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -62,7 +61,6 @@ speedups = ["aiodns", "brotlipy", "cchardet"] name = "async-timeout" version = "3.0.1" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.5.3" files = [ @@ -74,7 +72,6 @@ files = [ name = "attrs" version = "20.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -92,7 +89,6 @@ tests-no-zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> name = "cachelib" version = "0.1.1" description = "A collection of cache libraries in the same API interface." -category = "main" optional = false python-versions = "*" files = [ @@ -102,21 +98,19 @@ files = [ [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] name = "cffi" version = "1.14.3" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -165,7 +159,6 @@ pycparser = "*" name = "chardet" version = "3.0.4" description = "Universal encoding detector for Python 2 and 3" -category = "main" optional = false python-versions = "*" files = [ @@ -177,7 +170,6 @@ files = [ name = "chess" version = "1.2.2" description = "A pure Python chess library with move generation and validation, Polyglot opening book probing, PGN reading and writing, Gaviota tablebase probing, Syzygy tablebase probing and XBoard/UCI engine communication." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -189,7 +181,6 @@ files = [ name = "click" version = "7.1.2" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -201,7 +192,6 @@ files = [ name = "discord-py" version = "1.7.3" description = "A Python wrapper for the Discord API" -category = "main" optional = false python-versions = ">=3.5.3" files = [ @@ -220,7 +210,6 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] name = "dnspython" version = "2.0.0" description = "DNS toolkit" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -239,7 +228,6 @@ trio = ["sniffio (>=1.1)", "trio (>=0.14.0)"] name = "flask" version = "1.1.2" description = "A simple framework for building complex web applications." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -262,7 +250,6 @@ dotenv = ["python-dotenv"] name = "flask-session" version = "0.3.2" description = "Adds server-side session support to your Flask application" -category = "main" optional = false python-versions = "*" files = [ @@ -278,7 +265,6 @@ Flask = ">=0.8" name = "idna" version = "2.10" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -290,7 +276,6 @@ files = [ name = "imdbpy" version = "6.8" description = "Python package to access the IMDb's database" -category = "main" optional = false python-versions = "*" files = [ @@ -311,7 +296,6 @@ test = ["pytest", "pytest-cov", "pytest-profiling"] name = "imparaai-checkers" version = "1.4.2" description = "Library for playing a standard game of checkers/draughts" -category = "main" optional = false python-versions = "*" files = [ @@ -322,7 +306,6 @@ files = [ name = "itsdangerous" version = "1.1.0" description = "Various helpers to pass data to untrusted environments and back." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -334,7 +317,6 @@ files = [ name = "jinja2" version = "2.11.3" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -352,7 +334,6 @@ i18n = ["Babel (>=0.8)"] name = "lxml" version = "4.9.1" description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" files = [ @@ -438,7 +419,6 @@ source = ["Cython (>=0.29.7)"] name = "markupsafe" version = "1.1.1" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -500,7 +480,6 @@ files = [ name = "multidict" version = "4.7.6" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -527,7 +506,6 @@ files = [ name = "pillow" version = "9.3.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -602,7 +580,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pycparser" version = "2.20" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -614,7 +591,6 @@ files = [ name = "pymongo" version = "3.11.0" description = "Python driver for MongoDB " -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -687,7 +663,6 @@ zstd = ["zstandard"] name = "pynacl" version = "1.4.0" description = "Python binding to the Networking and Cryptography (NaCl) library" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -723,7 +698,6 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] name = "replit" version = "2.0.0" description = "A library for interacting with features of repl.it" -category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ @@ -741,7 +715,6 @@ werkzeug = ">=1.0.1,<2.0.0" name = "requests" version = "2.24.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -763,7 +736,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] name = "six" version = "1.15.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -775,7 +747,6 @@ files = [ name = "sqlalchemy" version = "1.3.20" description = "Database Abstraction Library" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -835,7 +806,6 @@ pymysql = ["pymysql"] name = "typing-extensions" version = "3.7.4.3" description = "Backported and Experimental Type Hints for Python 3.5+" -category = "main" optional = false python-versions = "*" files = [ @@ -848,7 +818,6 @@ files = [ name = "urllib3" version = "1.25.11" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -865,7 +834,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "werkzeug" version = "1.0.1" description = "The comprehensive WSGI web application library." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -881,7 +849,6 @@ watchdog = ["watchdog"] name = "yarl" version = "1.5.1" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -912,7 +879,6 @@ multidict = ">=4.0" name = "youtube-dl" version = "2020.11.1.1" description = "YouTube video downloader" -category = "main" optional = false python-versions = "*" files = [