Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and GitHub Actions Bot committed Oct 6, 2022
1 parent 1fa2c1e commit 7eae6bc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Changelog

<!--next-version-placeholder-->

## v0.1.5 (2022-10-06)
### Fix
* [CHORE:robot:] Update Changelog Setting ([`1fa2c1e`](https://github.com/cowofevil/pytest-flask-ligand/commit/1fa2c1e036f205818618d1a8e8b04f6c02e11dcd))

### Other
* Update mypy requirement from ~=0.971 to ~=0.982 ([`dbd9a3b`](https://github.com/cowofevil/pytest-flask-ligand/commit/dbd9a3bd1cc9e3c429d67480498b971a67e295b3))
* Update pytest-mock requirement from ~=3.8 to ~=3.10 ([`810f6de`](https://github.com/cowofevil/pytest-flask-ligand/commit/810f6de11eeed3b8dc951350cd091a9757457375))
* Update coverage[toml] requirement from ~=6.4 to ~=6.5 ([`60969cc`](https://github.com/cowofevil/pytest-flask-ligand/commit/60969ccd43a879f52cb2cdf5d1ed06781acd3227))
* Update pytest-cov requirement from ~=3.0 to ~=4.0 ([`d0b2282`](https://github.com/cowofevil/pytest-flask-ligand/commit/d0b2282d4a89e06471a83b42378d1decbfbb1b8d))
* Update types-setuptools requirement from ~=65.3 to ~=65.4 ([`1888695`](https://github.com/cowofevil/pytest-flask-ligand/commit/1888695a793b5ebdfc59a70dec6c104427a2dfd5))
* [pre-commit.ci] pre-commit autoupdate ([`0cd2cb4`](https://github.com/cowofevil/pytest-flask-ligand/commit/0cd2cb4f8573afba9b2aad43e5e95b5be1848171))
* Update python-semantic-release requirement from ~=7.31 to ~=7.32 ([`56af80f`](https://github.com/cowofevil/pytest-flask-ligand/commit/56af80f2a6e9254ac653f93765651c67f799f3b5))
* Update tox requirement from ~=3.25 to ~=3.26 ([`391e3ad`](https://github.com/cowofevil/pytest-flask-ligand/commit/391e3ade31127146960f67622aca8d40d25bca28))
* Update types-setuptools requirement from ~=63.4 to ~=65.3 ([`0499719`](https://github.com/cowofevil/pytest-flask-ligand/commit/04997195efaafd1c675fc250114cbb01416e4be5))
* Update black requirement from ~=22.6 to ~=22.8 ([`daa61d0`](https://github.com/cowofevil/pytest-flask-ligand/commit/daa61d0bc82ae91b6d2f6cca41639ac2b8767daa))
* Update ipython requirement from ~=8.4 to ~=8.5 ([`4ae0ea9`](https://github.com/cowofevil/pytest-flask-ligand/commit/4ae0ea913893dedfadb989a8f476eed28e2e7271))
* Update pygments requirement from ~=2.12 to ~=2.13 ([`ce181ed`](https://github.com/cowofevil/pytest-flask-ligand/commit/ce181ed7aefed7c5e7e57247d836e3ee20840668))
* [CHORE] Merge Coverage and Mypy Configuration into Pyproject ([`143d4db`](https://github.com/cowofevil/pytest-flask-ligand/commit/143d4db49401df8b585a1e6838e32296caabc9c3))

## v0.1.4 (2022-08-18)
### :robot:
* [FIX:robot:] Update Flask ([`345b043`](https://github.com/cowofevil/pytest-flask-ligand/commit/345b0439e90ddc49e93e21361fd260c990300efd))
Expand Down
2 changes: 1 addition & 1 deletion pytest_flask_ligand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# ======================================================================================================================
# Globals
# ======================================================================================================================
__version__ = "0.1.4"
__version__ = "0.1.5"
DUMMY_ID = str(uuid.UUID("00000000-0000-0000-0000-000000000000"))
DUMMY_ETAG = "0000000000000000000000000000000000000000"
USER_ID = DUMMY_ID
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytest-flask-ligand
version = 0.1.4
version = 0.1.5
summary = Pytest fixtures and helper functions to use for testing flask-ligand microservices.
description_file = README.rst
author = Ryan Gard
Expand Down

0 comments on commit 7eae6bc

Please sign in to comment.