Update dependency mastodon-py to v2
All checks were successful
All checks were successful
This commit is contained in:
parent
ab1ead5d4c
commit
2808785051
2 changed files with 5 additions and 6 deletions
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"decorator==5.2.1",
|
||||
"greenlet==3.2.1",
|
||||
"idna==3.10",
|
||||
"mastodon-py==1.8.1",
|
||||
"mastodon-py==2.0.1",
|
||||
"numpy==2.2.5",
|
||||
"pillow==11.2.1",
|
||||
"pip-install==1.3.5",
|
||||
|
|
9
uv.lock
generated
9
uv.lock
generated
|
@ -131,7 +131,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "mastodon-py"
|
||||
version = "1.8.1"
|
||||
version = "2.0.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "blurhash" },
|
||||
|
@ -140,11 +140,10 @@ dependencies = [
|
|||
{ name = "python-magic", marker = "sys_platform != 'win32'" },
|
||||
{ name = "python-magic-bin", marker = "sys_platform == 'win32'" },
|
||||
{ name = "requests" },
|
||||
{ name = "six" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/cc/7a/240ac474f69a58a5dda0513557fe9c2ada279f7d5d836b93d5f6e05a9aa7/Mastodon.py-1.8.1.tar.gz", hash = "sha256:4a64cb94abadd6add73e4b8eafdb5c466048fa5f638284fd2189034104d4687e", size = 8694359, upload-time = "2023-04-23T18:34:51.648Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/d4/40/8f962b2d1782fd097ea45a344094df7d56f980f1d64c62de0bfa1ef5b0fc/mastodon_py-2.0.1.tar.gz", hash = "sha256:f0a9cf59071347c7ff2ee49487d2520ca661f349f369b68845bdf3e43db1fff3", size = 10988936, upload-time = "2025-03-02T09:46:27.279Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/a0/52/a97c498fbb1fd73cee5fcd3f1979efac39784e3514c4014459f174e3f22a/Mastodon.py-1.8.1-py2.py3-none-any.whl", hash = "sha256:22bc7e060518ef2eaa69d911cde6e4baf56bed5ea0dd407392c49051a7ac526a", size = 65936, upload-time = "2023-04-23T18:34:47.077Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cf/d7/632b8b14a13eb33a9fcc5c3354f878fa39dfb5f51ef6283b24fce84c5796/mastodon_py-2.0.1-py3-none-any.whl", hash = "sha256:5bb543ecbd7526bd50675d5d617ec04caa6b10d4002454cbf5641ad612723455", size = 108485, upload-time = "2025-03-02T09:46:22.308Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -378,7 +377,7 @@ requires-dist = [
|
|||
{ name = "decorator", specifier = "==5.2.1" },
|
||||
{ name = "greenlet", specifier = "==3.2.1" },
|
||||
{ name = "idna", specifier = "==3.10" },
|
||||
{ name = "mastodon-py", specifier = "==1.8.1" },
|
||||
{ name = "mastodon-py", specifier = "==2.0.1" },
|
||||
{ name = "numpy", specifier = "==2.2.5" },
|
||||
{ name = "pillow", specifier = "==11.2.1" },
|
||||
{ name = "pip-install", specifier = "==1.3.5" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue