Skip to content

Commit fe73d48

Browse files
committed
Update dependencies
* Bump boto3 from 1.26.45 to 1.26.54 * Bump pytest from 7.2.0 to 7.2.1 * Bump rich-click from 1.6.0 to 1.6.1 * Bump sentry-sdk from 1.12.1 to 1.14.0 * Temporarily add and pin pydocstyle version to 6.1.1 to prevent pylama error
1 parent 6091478 commit fe73d48

File tree

2 files changed

+237
-55
lines changed

2 files changed

+237
-55
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ mypy = "*"
2222
pylama = {extras = ["all"], version = "*"}
2323
pytest = "*"
2424
vcrpy = "*"
25+
# pydocstyle added and pinned until pylama is updated to work with 6.2+, see
26+
# https://github.com/klen/pylama/issues/232
27+
pydocstyle = "==6.1.1"
2528

2629
[requires]
2730
python_version = "3.10"

0 commit comments

Comments
 (0)