Skip to content

Commit

Permalink
Downgrade cachetools since it is a major version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Sep 28, 2021
1 parent 7ab18ba commit 3334e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ boto3==1.18.48; python_version > "3.0"
boto==2.49.0
botocore==1.20.112; python_version < "3.0"
botocore==1.21.48; python_version > "3.0"
cachetools==3.1.1; python_version < "3.0"
cachetools==4.2.2; python_version > "3.0"
cachetools==3.1.1
clickhouse-cityhash==1.0.2.3
clickhouse-driver==0.2.0; python_version < "3.0"
clickhouse-driver==0.2.1; python_version > "3.0"
Expand Down
3 changes: 1 addition & 2 deletions mysql/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cachetools==3.1.1; python_version < "3.0"
cachetools==4.2.2; python_version > "3.0"
cachetools==3.1.1
cryptography==3.3.2; python_version < '3.0'
cryptography==3.4.8; python_version > "3.0"
pymysql==0.9.3
Expand Down
3 changes: 1 addition & 2 deletions postgres/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cachetools==3.1.1; python_version < "3.0"
cachetools==4.2.2; python_version > "3.0"
cachetools==3.1.1
psycopg2-binary==2.8.6
semver==2.9.0
futures==3.3.0; python_version < '3.0'

0 comments on commit 3334e43

Please sign in to comment.