Browse Source

chore(deps-dev): bump aurornis from 1.2.0 to 1.3.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
tags/v0.10.11
dependabot[bot] 2 years ago
committed by Jérôme Deuchnord
parent
commit
1b427d6f72
2 changed files with 7 additions and 7 deletions
  1. +6
    -6
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 6
- 6
poetry.lock View File

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

[[package]]
name = "aurornis"
version = "1.2.0"
description = "The Command Line Program Test Helper"
version = "1.3.0"
description = "A command line program test helper"
category = "dev"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7,<4.0"

[[package]]
name = "babel"
@@ -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 = "aa768313b642b5380e26702755b7fba6fa021bbc5847a119aa1b718360153d14"
content-hash = "24dc9cc4b609864d5e7b20031d5ea18309836eff7f17abcde303e64f44423b9f"

[metadata.files]
atomicwrites = [
@@ -373,8 +373,8 @@ attrs = [
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
]
aurornis = [
{file = "aurornis-1.2.0-py3-none-any.whl", hash = "sha256:660b57e9d1701d88fb7cc4af3118c927e9e001d2ab39cb145695eb8470f4642a"},
{file = "aurornis-1.2.0.tar.gz", hash = "sha256:bc68845be5cdf2d69d26c677214f7435365967b4a65dc3772ab05353b2136d95"},
{file = "aurornis-1.3.0-py3-none-any.whl", hash = "sha256:ebb054852cc7b06124ce8b3789ab9b79b4573e95a050ada10492de447ced460c"},
{file = "aurornis-1.3.0.tar.gz", hash = "sha256:213ab6e805e24708f0a071423c9b2aa46447561a54bcd3aea76bf9fc4996a90e"},
]
babel = [
{file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"},


+ 1
- 1
pyproject.toml View File

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

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


Loading…
Cancel
Save