Skip to content

Commit

Permalink
Update dynaconf requirement from 3.2.2 to 3.2.3 (#31)
Browse files Browse the repository at this point in the history
Updates the requirements on [dynaconf](https://github.com/dynaconf/dynaconf) to permit the latest version.
- [Release notes](https://github.com/dynaconf/dynaconf/releases)
- [Changelog](https://github.com/dynaconf/dynaconf/blob/master/CHANGELOG.md)
- [Commits](dynaconf/dynaconf@3.2.2...3.2.3)

---
updated-dependencies:
- dependency-name: dynaconf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
  • Loading branch information
dependabot[bot] and marcieltorres committed Oct 6, 2023
1 parent ceb298c commit 13c0422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
dynaconf = "3.2.2"
dynaconf = "3.2.3"

[tool.poetry.dev-dependencies]
pytest = "7.4.2"
Expand Down

0 comments on commit 13c0422

Please sign in to comment.