Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hakbailey committed Jan 23, 2023
1 parent 6091478 commit fe73d48
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 55 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ mypy = "*"
pylama = {extras = ["all"], version = "*"}
pytest = "*"
vcrpy = "*"
# pydocstyle added and pinned until pylama is updated to work with 6.2+, see
# https://github.com/klen/pylama/issues/232
pydocstyle = "==6.1.1"

[requires]
python_version = "3.10"
Expand Down
Loading

0 comments on commit fe73d48

Please sign in to comment.