Bump environ-config to 23.1.0

This commit is contained in:
Daniele Tricoli 2023-02-17 20:12:55 +01:00
parent d7b7f7595d
commit 3bc3cd9231
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -81,14 +81,14 @@ files = [
[[package]]
name = "environ-config"
version = "21.2.0"
version = "23.1.0"
description = "Boilerplate-free configuration with env variables."
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.7"
files = [
{file = "environ-config-21.2.0.tar.gz", hash = "sha256:24bebf69d814a18242483c83a2856f20db1b623eab2d34fb712d3d02f5cd22c8"},
{file = "environ_config-21.2.0-py2.py3-none-any.whl", hash = "sha256:638057e2fb73984d62192f9c13510eb5df1d291f95b8923e9dc588453d709dd3"},
{file = "environ_config-23.1.0-py3-none-any.whl", hash = "sha256:545162734328d5dd228e7ca48081db099eb9b0a8d4b5394e3c65f7a267c79c5f"},
{file = "environ_config-23.1.0.tar.gz", hash = "sha256:3c7013910c1d4738df6b4cf379f597c6ea58b5f272cea0382b24f1eb51bff689"},
]
[package.dependencies]
@ -96,8 +96,8 @@ attrs = ">=17.4.0"
[package.extras]
aws = ["boto3"]
dev = ["boto3", "coverage[toml]", "furo", "moto", "pre-commit", "pytest", "sphinx"]
docs = ["furo", "sphinx"]
dev = ["environ-config[docs,tests]"]
docs = ["environ-config[aws]", "furo", "myst-parser", "sphinx", "sphinx-notfound-page"]
tests = ["coverage[toml]", "moto", "pytest"]
[[package]]
@ -765,4 +765,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "ee9c8e452e4fc2c95f2e54dd5e8257bd791363946963c7fab90d343ba1916dca"
content-hash = "d3a1859d98f80c3ea7e38bba4fff77d42251eacfecd56b6520c19abe799c6588"

View File

@ -17,7 +17,7 @@ keywords = ["telegram", "bot"]
[tool.poetry.dependencies]
python = "^3.9"
python-telegram-bot = "^20.1"
environ-config = "^21.2.0"
environ-config = "^23.1.0"
SQLAlchemy = "^1.4.3"
Flask = "^2.2.3"
marshmallow = "^3.19.0"