Browse Source

chore(deps-dev): bump aurornis from 1.4.0 to 1.5.0 (#331)

Bumps [aurornis](https://github.com/Deuchnord/Aurornis) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/Deuchnord/Aurornis/releases)
- [Commits](https://github.com/Deuchnord/Aurornis/compare/v1.4.0...v1.5.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.13
dependabot[bot] 8 months ago
committed by GitHub
parent
commit
06308ee1e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 5 deletions
  1. +21
    -4
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 21
- 4
poetry.lock View File

@@ -2,15 +2,18 @@

[[package]]
name = "aurornis"
version = "1.4.0"
version = "1.5.0"
description = "A command line program test helper"
optional = false
python-versions = ">=3.7,<4.0"
files = [
{file = "aurornis-1.4.0-py3-none-any.whl", hash = "sha256:8b59764a13843ec2d937bdc7b93123144d96349a5cee56a3d5b181c7dd86ba71"},
{file = "aurornis-1.4.0.tar.gz", hash = "sha256:0d9280b7d03cd84a874deaf6506ba720ab5f68ff90a0d3af1d8966d5f31b707b"},
{file = "aurornis-1.5.0-py3-none-any.whl", hash = "sha256:565376bc5cec9f7f6797accc24e614fb43fc2bfb18d0b5576f2102a7c3be790d"},
{file = "aurornis-1.5.0.tar.gz", hash = "sha256:2cf67b43d480caeee60bbb99ba3d3139db47386347dace5dc77d7e3885e3993f"},
]

[package.dependencies]
deprecation = ">=2.1.0,<3.0.0"

[[package]]
name = "babel"
version = "2.12.1"
@@ -107,6 +110,20 @@ files = [
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]

[[package]]
name = "deprecation"
version = "2.1.0"
description = "A library to handle automated deprecations"
optional = false
python-versions = "*"
files = [
{file = "deprecation-2.1.0-py2.py3-none-any.whl", hash = "sha256:a10811591210e1fb0e768a8c25517cabeabcba6f0bf96564f8ff45189f90b14a"},
{file = "deprecation-2.1.0.tar.gz", hash = "sha256:72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"},
]

[package.dependencies]
packaging = "*"

[[package]]
name = "exceptiongroup"
version = "1.1.1"
@@ -495,4 +512,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "da38bca43f1629ce51f558a8ab81914391ac3e490c1856cbb89d7552ab7620f5"
content-hash = "662dab672c29b657cc7e30e896c812fe522a7bc62ef44cbfcac40236582a5886"

+ 1
- 1
pyproject.toml View File

@@ -26,7 +26,7 @@ importlib-metadata = ">=4.11,<7.0"
[tool.poetry.dev-dependencies]
black = "^23.7"
pytest = "^7.4"
aurornis = "^1.4"
aurornis = "^1.5"

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


Loading…
Cancel
Save