Skip to content

Commit

Permalink
0.6.33
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2024
1 parent 6c25926 commit 4c73d11
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.6.33 (2024-03-30)

### Unknown

* Merge pull request #217 from pivoshenko/dependabot/pip/pytest-mock-3.14.0

build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0 ([`6c25926`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/6c25926a10c1be1a8b53e57e06e0d425ec0a8207))


## v0.6.32 (2024-03-30)

### Unknown
Expand Down Expand Up @@ -64,6 +73,22 @@ updated-dependencies:

Signed-off-by: dependabot[bot] <support@github.com> ([`622aa90`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/622aa90a18503d9d11da661f7fd8a9fd45e346cd))

* build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.12.0...v3.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com> ([`89730fa`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/89730fae900e5a8408030efd6ff4172acc390ae9))

* build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-dotenv"
version = "0.6.32"
version = "0.6.33"
description = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run."
license = "MIT"
authors = ["Volodymyr Pivoshenko <volodymyr.pivoshenko@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__summary__ = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run."
__uri__ = "https://github.com/volopivoshenko/poetry-plugin-dotenv"

__version__ = "0.6.32"
__version__ = "0.6.33"

__author__ = "Volodymyr Pivoshenko"
__email__ = "volodymyr.pivoshenko@gmail.com"
Expand Down

0 comments on commit 4c73d11

Please sign in to comment.