Skip to content

Commit e8ee340

Browse files
authored
change: Upgrade attrs>=20.3.0,<23 (#3374)
1 parent f38b620 commit e8ee340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ black==22.3.0
1313
stopit==1.1.2
1414
apache-airflow==2.3.4
1515
apache-airflow-providers-amazon==4.0.0
16-
attrs==20.3.0
16+
attrs==22.1.0
1717
fabric==2.6.0
1818
requests==2.27.1
1919
sagemaker-experiments==0.1.35

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read_requirements(filename):
4747

4848
# Declare minimal set for installation
4949
required_packages = [
50-
"attrs>=20.3.0,<22",
50+
"attrs>=20.3.0,<23",
5151
"boto3>=1.20.21,<2.0",
5252
"google-pasta",
5353
"numpy>=1.9.0,<2.0",

0 commit comments

Comments
 (0)