Skip to content

Commit

Permalink
build(deps): bump scikit-learn from 1.1.2 to 1.1.3 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2022
1 parent 6886307 commit 624057b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
49 changes: 26 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ aiopath = [
{version = "^0.6.10", python = ">=3.10"},
]
aiorun = "^2022.4.1"
certifi = {version = "^2022.9.24", platform = "windows"}
certifi = {version = "^2022.9.24", markers="platform_system == 'Windows'"}
colorlog = "^6.7.0"
meval = "^2.5"
pymongo = "^4.3.2"
Pyrogram = "^2.0.59"
python-dotenv = "^0.21.0"
PyYAML = "^6.0"
scikit-learn = {version = "1.1.2", optional = true}
scikit-learn = {version = "1.1.3", optional = true}
TgCrypto = "^1.2.4"
typing-extensions = "^4.4.0"
uvloop = {version ="^0.17.0", optional = true, platform = "linux"}
uvloop = {version ="^0.17.0", optional = true, markers="platform_system == 'Linux'"}

[tool.poetry.dev-dependencies]
black = "^22.10"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pymongo==4.3.2
pyrogram==2.0.59
python-dotenv==0.21.0
PyYAML==6.0
scikit-learn==1.1.2
scikit-learn==1.1.3
tgcrypto==1.2.4
uvloop==0.17.0; sys_platform == "linux"
uvloop==0.17.0; platform_system == "Linux"

0 comments on commit 624057b

Please sign in to comment.