From 9acfd45ea82ed93239b888afe8791c78740ef716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 04:01:37 +0000 Subject: [PATCH] build(deps): update attrs requirement from ~=21.2 to ~=22.2 Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...22.2.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b19158b56..8e86406c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs~=21.2 +attrs~=22.2 dill~=0.3 Jinja2~=3.0 parse~=1.19 diff --git a/setup.py b/setup.py index e546b2517..6a0c8c83a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ include_package_data=True, setup_requires=["pytest-runner", "setuptools_scm"], install_requires=[ - "Jinja2>=2.10,<4.0", "PyYAML~=5.1", "attrs>=19.3,<22.0", "dill~=0.3", + "Jinja2>=2.10,<4.0", "PyYAML~=5.1", "attrs>=19.3,<23.0", "dill~=0.3", "pathos~=0.2", "parse~=1.14", "plumbum~=1.6", "psutil~=5.6", "psycopg2-binary~=2.8", "pygit2>=1.2.1,<1.6.0", "pygtrie~=2.3", "pyparsing~=2.4", "rich>=6.1,<11.0", "sqlalchemy-migrate~=0.13",