Skip to content
Snippets Groups Projects

Bump wax and beekeepy

Merged Jakub Ziebinski requested to merge jziebinski/bump-wax into master
2 files
+ 15
14
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 12
12
@@ -183,12 +183,12 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
[[package]]
name = "beekeepy"
version = "0.0.1.dev334+7da9c91"
version = "0.0.1.dev335+8f7eb3c"
description = "All in one package for beekeeper interaction via Python interface."
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "beekeepy-0.0.1.dev334+7da9c91-py3-none-any.whl", hash = "sha256:27ff74111e496c25c34608c5d5d8f07808c16a89ea8b4f54fae35d340a284580"},
{file = "beekeepy-0.0.1.dev335+8f7eb3c-py3-none-any.whl", hash = "sha256:d30a5ef233d2fedafce734fa066aa3c8663bfd766a6645693186d8ec62ffbe25"},
]
[package.dependencies]
@@ -198,7 +198,7 @@ loguru = "0.7.2"
pydantic = "1.10.18"
python-dateutil = "2.8.2"
requests = "2.27.1"
schemas = "0.0.1.dev320+f4fdcfe"
schemas = "0.0.1.dev323+e5a1ba1"
[package.source]
type = "legacy"
@@ -1113,12 +1113,12 @@ files = [
[[package]]
name = "schemas"
version = "0.0.1.dev320+f4fdcfe"
version = "0.0.1.dev323+e5a1ba1"
description = "Tools for checking if message fits expected format"
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "schemas-0.0.1.dev320+f4fdcfe-py3-none-any.whl", hash = "sha256:b2106d4f429ca7aa04e723ef1072004f4705344eeeb0737a7eb6ee0248221992"},
{file = "schemas-0.0.1.dev323+e5a1ba1-py3-none-any.whl", hash = "sha256:b97546f24f54f58d71fade176e3fdfa8e113c040d35f56f04e5a567b0fa63d5f"},
]
[package.dependencies]
@@ -1191,13 +1191,13 @@ files = [
[[package]]
name = "typing-extensions"
version = "4.8.0"
version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
{file = "typing_extensions-4.8.0-py3-none-any.whl", hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0"},
{file = "typing_extensions-4.8.0.tar.gz", hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef"},
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
]
[[package]]
@@ -1238,17 +1238,17 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "wax"
version = "0.3.10.dev454+b41b2ff"
version = "0.3.10.dev454+b950cb3"
description = ""
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "wax-0.3.10.dev454+b41b2ff-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:34966156dd3f537e664015a518ce4431060e623ddeb5c169acce359dc9f35c27"},
{file = "wax-0.3.10.dev454+b950cb3-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:e68aee6016c318af6856291c6b93288da04792e8181994f46b6b268d3e772107"},
]
[package.dependencies]
aiohttp = "3.9.1"
beekeepy = "0.0.1.dev334+7da9c91"
beekeepy = "0.0.1.dev335+8f7eb3c"
httpx = {version = "0.23.3", extras = ["http2"]}
loguru = "0.7.2"
protobuf = "4.24.4"
@@ -1364,4 +1364,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "6adeccce4fe29ae4ab4bc76aef488cc023dd9675a27293266254952086482580"
content-hash = "57dea65b77c4be27abfdd2c83ef3ae0b79b3529e6642faf8f0eed16e333b9951"
Loading