Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest-env to 1.1.5 #462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pytest-env from 0.6.2 to 1.1.5.

Changelog

1.1.5

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Improve the CI by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/101


**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.1.4...1.1.5

1.1.4

<!-- Release notes generated using configuration in .github/release.yml at main -->



**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.1.3...1.1.4

1.1.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* fix README typo by thundercat1 in https://github.com/pytest-dev/pytest-env/pull/63

New Contributors
* thundercat1 made their first contribution in https://github.com/pytest-dev/pytest-env/pull/63

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.1.2...1.1.3

1.1.2

<!-- Release notes generated using configuration in .github/release.yml at main -->



**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.1.1...1.1.2

1.1.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Fix native toml documentation does not match code by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/60


**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.1.0...1.1.1

1.1.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Fix type checker by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/50
* Drop the pytest dot by The-Compiler in https://github.com/pytest-dev/pytest-env/pull/54
* Add native toml support by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/59

New Contributors
* The-Compiler made their first contribution in https://github.com/pytest-dev/pytest-env/pull/54

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.0.1...1.1.0

1.0.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Disable plugin autoloading in the test suite by mgorny in https://github.com/pytest-dev/pytest-env/pull/49

New Contributors
* mgorny made their first contribution in https://github.com/pytest-dev/pytest-env/pull/49

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/1.0.0...1.0.1

1.0.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Exclude dependabot and pre-commit ci from release notes by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/37
* chore: typo fix in pyproject.toml by sandrotosi in https://github.com/pytest-dev/pytest-env/pull/42

New Contributors
* pre-commit-ci made their first contribution in https://github.com/pytest-dev/pytest-env/pull/39
* sandrotosi made their first contribution in https://github.com/pytest-dev/pytest-env/pull/42

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/0.8.2...1.0.0

0.8.2

What's Changed
* Bump tools and deps by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/13
* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by dependabot in https://github.com/pytest-dev/pytest-env/pull/14
* Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by dependabot in https://github.com/pytest-dev/pytest-env/pull/15
* Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by dependabot in https://github.com/pytest-dev/pytest-env/pull/16
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/18
* Add pyproject-fmt by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/19
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/pytest-dev/pytest-env/pull/20
* Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/pytest-dev/pytest-env/pull/21
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/22
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/23
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by dependabot in https://github.com/pytest-dev/pytest-env/pull/24
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by dependabot in https://github.com/pytest-dev/pytest-env/pull/25
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/26
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/28
* Bump deps and tools by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/30
* Add trusted-publish by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/31
* Add 3.12 support by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/32
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by dependabot in https://github.com/pytest-dev/pytest-env/pull/33
* git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/34
* Add ruff by gaborbernat in https://github.com/pytest-dev/pytest-env/pull/35

New Contributors
* dependabot made their first contribution in https://github.com/pytest-dev/pytest-env/pull/14

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/0.8.1...0.8.2

0.8.1

What's Changed
* Add mention of pyproject.toml in the header of README.md by Elijas in https://github.com/pytest-dev/pytest-env/pull/10


**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/0.8.0...0.8.1

0.8.0

What's Changed
* Add R: prefix implementation and unit tests by Elijas in https://github.com/pytest-dev/pytest-env/pull/9

New Contributors
* Elijas made their first contribution in https://github.com/pytest-dev/pytest-env/pull/9

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/0.7.0...0.8.0

0.7.0

**Full Changelog**: https://github.com/pytest-dev/pytest-env/compare/0.7.0...0.6.2
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant