Bump environs from 11.2.1 to 14.1.1

Bumps [environs](https://github.com/sloria/environs) from 11.2.1 to 14.1.1.
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sloria/environs/compare/11.2.1...14.1.1)

---
updated-dependencies:
- dependency-name: environs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-12 00:18:22 +00:00 committed by GitHub
parent 0d363e6957
commit 667ef8ff8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 293 additions and 51 deletions

342
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@ format-jinja = """
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.13" python = ">=3.10,<3.13"
environs = "^11.0.0" environs = ">=11,<15"
# Vector Stores # Vector Stores
azure-search-documents = "^11.5.2" azure-search-documents = "^11.5.2"