From dd574373031bc0cb095a0b7eac0c9d565f61a61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:37:38 +0000 Subject: [PATCH] Bump auraxium from 0.2.3 to 0.2.4 Bumps [auraxium](https://github.com/leonhard-s/auraxium) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/leonhard-s/auraxium/releases) - [Commits](https://github.com/leonhard-s/auraxium/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: auraxium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10c22b4..9374e4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -189,14 +189,14 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "auraxium" -version = "0.2.3" +version = "0.2.4" description = "A python wrapper for the PlanetSide 2 Census API." category = "main" optional = false python-versions = "*" files = [ - {file = "auraxium-0.2.3-py3-none-any.whl", hash = "sha256:58cbc19d402c5e2394486e25a20bc2dac2edd2dc44c42486f0a2a1a25b8bae93"}, - {file = "auraxium-0.2.3.tar.gz", hash = "sha256:81f34aebaa4024e3af44be898e6299e70ae08151dc36ed6cea3fc4bb45efd0c8"}, + {file = "auraxium-0.2.4-py3-none-any.whl", hash = "sha256:0c6bb795e7a4da6916a1bd36e8ef3c03b0996ed181ba97836614a01dcf5336a5"}, + {file = "auraxium-0.2.4.tar.gz", hash = "sha256:c2aee431a3774c85120db6e18bc590261450577e3bcc0d95212a4e20c65c9e03"}, ] [package.dependencies] @@ -1269,4 +1269,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a3c89decd60bcf7a33344116687ec1c1e99394ebe775a9557182f30ab783e2a4" +content-hash = "f66751c561d41bdf875899018ff160519a204acbbbe1cce642b8f4518d80d729" diff --git a/pyproject.toml b/pyproject.toml index 6e2ddf3..b4278f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" python-dotenv = "^1.0.0" motor = "^3.1.2" -auraxium = "^0.2.3" +auraxium = "^0.2.4" aio-pika = "^9.0.7" prometheus-client = "^0.16.0" pydantic = "^1.10.7"