mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
⬆️ (deps): Bump steam from 1.2.0 to 1.2.1
Bumps [steam](https://github.com/ValvePython/steam) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/ValvePython/steam/releases) - [Changelog](https://github.com/ValvePython/steam/blob/master/CHANGES.md) - [Commits](https://github.com/ValvePython/steam/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: steam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
eab271d8b1
commit
f209831c9a
1 changed files with 3 additions and 3 deletions
6
poetry.lock
generated
6
poetry.lock
generated
|
@ -808,7 +808,7 @@ url = ["furl (>=0.4.1)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam"
|
name = "steam"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
description = "Module for interacting with various Steam features"
|
description = "Module for interacting with various Steam features"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -822,7 +822,7 @@ six = ">=1.10"
|
||||||
vdf = ">=3.3"
|
vdf = ">=3.3"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
client = ["gevent (>=1.3.0)", "protobuf (>=3.0.0)", "gevent-eventemitter (>=2.1)"]
|
client = ["gevent (>=1.3.0)", "gevent-eventemitter (>=2.1,<3.0)", "protobuf (<3.18.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "telethon"
|
name = "telethon"
|
||||||
|
@ -1493,7 +1493,7 @@ sqlalchemy-utils = [
|
||||||
{file = "SQLAlchemy_Utils-0.37.9-py3-none-any.whl", hash = "sha256:bb6f4da8ac044cb0dd4d0278b1fb434141a5ee9d1881c757a076830ddbb04160"},
|
{file = "SQLAlchemy_Utils-0.37.9-py3-none-any.whl", hash = "sha256:bb6f4da8ac044cb0dd4d0278b1fb434141a5ee9d1881c757a076830ddbb04160"},
|
||||||
]
|
]
|
||||||
steam = [
|
steam = [
|
||||||
{file = "steam-1.2.0.tar.gz", hash = "sha256:24210084852ebd2ff13275e0a37d0c2294b965f8078c3a505636c499b5575e7f"},
|
{file = "steam-1.2.1.tar.gz", hash = "sha256:feeb9eacb336ec62b17fcc4867413359dd51fc035a5ae61f8c8a15b402004e58"},
|
||||||
]
|
]
|
||||||
telethon = [
|
telethon = [
|
||||||
{file = "Telethon-1.24.0-py3-none-any.whl", hash = "sha256:04fdc5fa4ed3e886e6ecf4bad79205ab8880c6aefbd42c29c89c689a502aa816"},
|
{file = "Telethon-1.24.0-py3-none-any.whl", hash = "sha256:04fdc5fa4ed3e886e6ecf4bad79205ab8880c6aefbd42c29c89c689a502aa816"},
|
||||||
|
|
Loading…
Reference in a new issue