Update lockfile.

This commit is contained in:
Ben Rog-Wilhelm 2022-11-10 21:42:47 -06:00 committed by Ben Rog-Wilhelm
parent 965d9b30b3
commit 2c0124d4a1

68
poetry.lock generated
View file

@ -138,11 +138,11 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "colorama"
version = "0.4.5"
version = "0.4.6"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
[[package]]
name = "commonmark"
@ -157,7 +157,7 @@ test = ["hypothesis (==3.55.3)", "flake8 (==3.7.8)"]
[[package]]
name = "contourpy"
version = "1.0.5"
version = "1.0.6"
description = "Python library for calculating contours of 2D quadrilateral grids"
category = "main"
optional = false
@ -167,11 +167,11 @@ python-versions = ">=3.7"
numpy = ">=1.16"
[package.extras]
test-no-codebase = ["pillow", "matplotlib", "pytest"]
bokeh = ["bokeh", "selenium"]
docs = ["docutils (<0.18)", "sphinx (<=5.2.0)", "sphinx-rtd-theme"]
test = ["pytest", "matplotlib", "pillow", "flake8", "isort"]
test-minimal = ["pytest"]
test = ["isort", "flake8", "pillow", "matplotlib", "pytest"]
docs = ["sphinx-rtd-theme", "sphinx", "docutils (<0.18)"]
bokeh = ["selenium", "bokeh"]
test-no-codebase = ["pytest", "matplotlib", "pillow"]
[[package]]
name = "cycler"
@ -250,7 +250,7 @@ flask = "*"
[[package]]
name = "flask-limiter"
version = "2.6.3"
version = "2.7.0"
description = "Rate limiting for flask applications"
category = "main"
optional = false
@ -331,7 +331,7 @@ SQLAlchemy = ">=1.4.18"
[[package]]
name = "fonttools"
version = "4.37.4"
version = "4.38.0"
description = "Tools to manipulate font files"
category = "main"
optional = false
@ -353,7 +353,7 @@ woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"]
[[package]]
name = "gevent"
version = "22.10.1"
version = "22.10.2"
description = "Coroutine-based network library"
category = "main"
optional = false
@ -361,7 +361,7 @@ python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5"
[package.dependencies]
cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
greenlet = {version = ">=1.1.3,<2.0", markers = "platform_python_implementation == \"CPython\""}
greenlet = {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\""}
"zope.event" = "*"
"zope.interface" = "*"
@ -385,14 +385,15 @@ gevent = "*"
[[package]]
name = "greenlet"
version = "1.1.3.post0"
version = "2.0.1"
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[package.extras]
docs = ["sphinx"]
docs = ["sphinx", "docutils (<0.18)"]
test = ["objgraph", "psutil", "faulthandler"]
[[package]]
name = "gunicorn"
@ -456,7 +457,7 @@ python-versions = ">=3.7"
[[package]]
name = "limits"
version = "2.7.0"
version = "2.7.1"
description = "Rate limiting utilities"
category = "main"
optional = false
@ -468,11 +469,11 @@ packaging = ">=21,<22"
typing-extensions = "*"
[package.extras]
all = ["redis (>3,<5.0.0)", "redis (>=4.2.0)", "pymemcache (>3,<4.0.0)", "pymongo (>3,<5)", "motor (>=2.5,<4)", "emcache (>=0.6.1)", "coredis (>=3.4.0,<5)"]
all = ["redis (>3,<5.0.0)", "redis (>=4.2.0)", "pymemcache (>3,<5.0.0)", "pymongo (>3,<5)", "motor (>=2.5,<4)", "emcache (>=0.6.1)", "coredis (>=3.4.0,<5)"]
async-memcached = ["emcache (>=0.6.1)"]
async-mongodb = ["motor (>=2.5,<4)"]
async-redis = ["coredis (>=3.4.0,<5)"]
memcached = ["pymemcache (>3,<4.0.0)"]
memcached = ["pymemcache (>3,<5.0.0)"]
mongodb = ["pymongo (>3,<5)"]
redis = ["redis (>3,<5.0.0)"]
rediscluster = ["redis (>=4.2.0)"]
@ -517,7 +518,7 @@ python-versions = ">=3.7"
[[package]]
name = "matplotlib"
version = "3.6.1"
version = "3.6.2"
description = "Python plotting package"
category = "main"
optional = false
@ -564,7 +565,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[[package]]
name = "pillow"
version = "9.2.0"
version = "9.3.0"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
@ -588,7 +589,7 @@ dev = ["tox", "pre-commit"]
[[package]]
name = "psutil"
version = "5.9.2"
version = "5.9.4"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
optional = false
@ -599,7 +600,7 @@ test = ["ipaddress", "mock", "enum34", "pywin32", "wmi"]
[[package]]
name = "psycopg2-binary"
version = "2.9.4"
version = "2.9.5"
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
@ -618,14 +619,6 @@ pyjwt = ">1.1.0,<3"
requests = ">2.5.0,<3"
six = ">1.4.0,<2"
[[package]]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pycparser"
version = "2.21"
@ -647,15 +640,15 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pyjwt"
version = "2.5.0"
version = "2.6.0"
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
crypto = ["cryptography (>=3.3.1)", "types-cryptography (>=3.3.21)"]
dev = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)", "types-cryptography (>=3.3.21)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "pre-commit"]
crypto = ["cryptography (>=3.4.0)"]
dev = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.4.0)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "pre-commit"]
docs = ["sphinx (>=4.5.0,<5.0.0)", "sphinx-rtd-theme", "zope.interface"]
tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"]
@ -680,7 +673,7 @@ diagrams = ["railroad-diagrams", "jinja2"]
[[package]]
name = "pytest"
version = "7.1.3"
version = "7.2.0"
description = "pytest: simple powerful testing with Python"
category = "main"
optional = false
@ -692,8 +685,6 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
tomli = ">=1.0.0"
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
@ -723,7 +714,7 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
[[package]]
name = "python-socketio"
version = "5.7.1"
version = "5.7.2"
description = "Socket.IO server and client for Python"
category = "main"
optional = false
@ -848,7 +839,7 @@ python-versions = ">=3.6"
[[package]]
name = "sqlalchemy"
version = "1.4.41"
version = "1.4.43"
description = "Database Abstraction Library"
category = "main"
optional = false
@ -1005,7 +996,7 @@ test = ["zope.testrunner"]
[[package]]
name = "zope.interface"
version = "5.5.0"
version = "5.5.1"
description = "Interfaces for Python"
category = "main"
optional = false
@ -1019,7 +1010,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.11"
content-hash = "2a0f266aae2676e4fb10a7cd37f657ca14bfd2c0db21f0e0cd262691ecf429ee"
content-hash = "6929d180592d06800b2cf59e1ac2b386ce1746cb24da596a5ab0424c200ae6bb"
[metadata.files]
alembic = []
@ -1073,7 +1064,6 @@ pluggy = []
psutil = []
psycopg2-binary = []
pusher-push-notifications = []
py = []
pycparser = []
pygments = []
pyjwt = []