Browse Source

chore(deps-dev): bump aurornis from 1.3.0 to 1.4.0 (#266)

Bumps [aurornis](https://github.com/Deuchnord/Aurornis) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/Deuchnord/Aurornis/releases)
- [Commits](https://github.com/Deuchnord/Aurornis/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: aurornis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/v0.10.11
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
b043c92cbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions
  1. +6
    -4
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 6
- 4
poetry.lock View File

@@ -22,7 +22,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>

[[package]]
name = "aurornis"
version = "1.3.0"
version = "1.4.0"
description = "A command line program test helper"
category = "dev"
optional = false
@@ -361,7 +361,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<3.11"
content-hash = "efb89bb5c662ee2952eb76e39a87626ec770c22ac6ab4bba07f6745c1981cfe4"
content-hash = "5ce91ee739d3375ecfd257dccdfc98f7cf0fd8bee747cd92ec338d433f8001d4"

[metadata.files]
atomicwrites = [
@@ -373,8 +373,8 @@ attrs = [
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
]
aurornis = [
{file = "aurornis-1.3.0-py3-none-any.whl", hash = "sha256:ebb054852cc7b06124ce8b3789ab9b79b4573e95a050ada10492de447ced460c"},
{file = "aurornis-1.3.0.tar.gz", hash = "sha256:213ab6e805e24708f0a071423c9b2aa46447561a54bcd3aea76bf9fc4996a90e"},
{file = "aurornis-1.4.0-py3-none-any.whl", hash = "sha256:8b59764a13843ec2d937bdc7b93123144d96349a5cee56a3d5b181c7dd86ba71"},
{file = "aurornis-1.4.0.tar.gz", hash = "sha256:0d9280b7d03cd84a874deaf6506ba720ab5f68ff90a0d3af1d8966d5f31b707b"},
]
babel = [
{file = "Babel-2.10.1-py3-none-any.whl", hash = "sha256:3f349e85ad3154559ac4930c3918247d319f21910d5ce4b25d439ed8693b98d2"},
@@ -426,6 +426,7 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
jplephem = [
{file = "jplephem-2.17-py3-none-any.whl", hash = "sha256:76efa1290c93ec6c34c7d21345b937f2563e266de34c40c0f55b0ecc56c0f825"},
{file = "jplephem-2.17.tar.gz", hash = "sha256:e1c6e5565c4d00485f1063241b4d1eff044585c22b8e97fad0ff2f6efb8aaa27"},
]
kosmorrolib = [
@@ -540,6 +541,7 @@ six = [
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
skyfield = [
{file = "skyfield-1.42-py3-none-any.whl", hash = "sha256:4f1c5574626455f15fc3f336be1ed9ed77efe5b97b4763af6ed358ee2f9bd3b5"},
{file = "skyfield-1.42.tar.gz", hash = "sha256:3447fd3a9a9dabc2080e6a4efb56d9883decf261ad78e6c9b3f187c4fc761ace"},
]
skyfield-data = [


+ 1
- 1
pyproject.toml View File

@@ -26,7 +26,7 @@ importlib-metadata = "^4.11"
[tool.poetry.dev-dependencies]
black = "^22.3"
pytest = "^7.1"
aurornis = "^1.3"
aurornis = "^1.4"

[build-system]
requires = ["poetry-core>=1.0.0"]


Loading…
Cancel
Save