From 11a960c21c4bed24c17a92764777fd083789aebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:20:56 +0000 Subject: [PATCH] Bump xmlschema from 1.11.2 to 1.11.3 Bumps [xmlschema](https://github.com/sissaschool/xmlschema) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/sissaschool/xmlschema/releases) - [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sissaschool/xmlschema/compare/v1.11.2...v1.11.3) --- updated-dependencies: - dependency-name: xmlschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 536954b..1dd1b8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matplotlib >= 3.4.2 pandas >= 1.1.5 polars[pyarrow] >= 0.13.55 -xmlschema == 1.11.2 +xmlschema == 1.11.3 Sphinx >= 3.3.1 sphinx-autodoc-typehints >= 1.11.1 ipython >= 7.30.1