build(deps-dev): bump types-requests from 2.28.3 to 2.28.4 (#761)
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.3 to 2.28.4. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
30
poetry.lock
generated
30
poetry.lock
generated
@ -289,14 +289,14 @@ python-versions = ">=3.7"
|
||||
sqlalchemy = ">=1.4,<1.5"
|
||||
|
||||
[package.extras]
|
||||
aiomysql = ["aiomysql"]
|
||||
aiopg = ["aiopg"]
|
||||
aiosqlite = ["aiosqlite"]
|
||||
asyncmy = ["asyncmy"]
|
||||
asyncpg = ["asyncpg"]
|
||||
mysql = ["aiomysql"]
|
||||
postgresql = ["asyncpg"]
|
||||
sqlite = ["aiosqlite"]
|
||||
postgresql = ["asyncpg"]
|
||||
mysql = ["aiomysql"]
|
||||
asyncpg = ["asyncpg"]
|
||||
asyncmy = ["asyncmy"]
|
||||
aiosqlite = ["aiosqlite"]
|
||||
aiopg = ["aiopg"]
|
||||
aiomysql = ["aiomysql"]
|
||||
|
||||
[[package]]
|
||||
name = "dataclasses"
|
||||
@ -490,7 +490,7 @@ python-versions = "*"
|
||||
python-dateutil = ">=2.8.1"
|
||||
|
||||
[package.extras]
|
||||
dev = ["twine", "markdown", "flake8", "wheel"]
|
||||
dev = ["wheel", "flake8", "markdown", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "gitdb"
|
||||
@ -877,8 +877,8 @@ python-versions = ">=3.6"
|
||||
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
||||
|
||||
[package.extras]
|
||||
dev = ["pre-commit", "tox"]
|
||||
testing = ["pytest", "pytest-benchmark"]
|
||||
testing = ["pytest-benchmark", "pytest"]
|
||||
dev = ["tox", "pre-commit"]
|
||||
|
||||
[[package]]
|
||||
name = "pre-commit"
|
||||
@ -1043,7 +1043,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
|
||||
pytest = ">=4.6"
|
||||
|
||||
[package.extras]
|
||||
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
|
||||
testing = ["virtualenv", "pytest-xdist", "six", "process-tests", "hunter", "fields"]
|
||||
|
||||
[[package]]
|
||||
name = "python-dateutil"
|
||||
@ -1270,7 +1270,7 @@ python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.28.3"
|
||||
version = "2.28.4"
|
||||
description = "Typing stubs for requests"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "78a48469408b7d6dc2e3883fcb256a09f24231f7fc165705c58bc39794d660c6"
|
||||
content-hash = "9c41ea282f6cb67730a66076ac43919b6eba465986a95463feac11834bb21452"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -2315,8 +2315,8 @@ types-pymysql = [
|
||||
{file = "types_PyMySQL-1.0.19-py3-none-any.whl", hash = "sha256:fc43dceda3f3fc4ac388db7dd57b157c13d94cb84e30cca4848df590c314bf68"},
|
||||
]
|
||||
types-requests = [
|
||||
{file = "types-requests-2.28.3.tar.gz", hash = "sha256:fb9ea69311766967f9e91861211ec7449f6484025b766ea709689c0dbb29d7ba"},
|
||||
{file = "types_requests-2.28.3-py3-none-any.whl", hash = "sha256:66f0e427708588d4dac2f365a0b2c1ad8f31780429fd8ad193fec93139b22112"},
|
||||
{file = "types-requests-2.28.4.tar.gz", hash = "sha256:1b9bedd60e789db62b73a4a5e5f5a78c3106e535ad69faba97b0bbdb1ea36b8f"},
|
||||
{file = "types_requests-2.28.4-py3-none-any.whl", hash = "sha256:3ded964449fbd695ab0f8570828e2fa7cb120c3ebe8cac520e7db5834d2c8e75"},
|
||||
]
|
||||
types-toml = [
|
||||
{file = "types-toml-0.10.8.tar.gz", hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a"},
|
||||
|
||||
Reference in New Issue
Block a user