Bump exceptiongroup from 1.1.3 to 1.2.0

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.1.3...1.2.0)

---
updated-dependencies:
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-21 23:31:43 +00:00
committed by GitHub
parent 84a05994b2
commit 2178659d31
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
ago = "~=0.0.95"
blinker = "~=1.7"
exceptiongroup = "==1.1.3"
exceptiongroup = "==1.2.0"
flask = "~=2.3"
flask-basicauth = "~=0.2"
flask-login = "^0.6"