Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Bump black from 22.1.0 to 22.3.0 (#5613)
Browse files Browse the repository at this point in the history
* Bump black from 22.1.0 to 22.3.0

Bumps [black](/~https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](/~https://github.com/psf/black/releases)
- [Changelog](/~https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.1.0...22.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Force more recent typer

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
  • Loading branch information
dependabot[bot] and dirkgr authored Apr 7, 2022
1 parent 089d03c commit b66e5f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flake8
mypy==0.942

# Automatic code formatting
black==22.1.0
black==22.3.0

# Allows generation of coverage reports with pytest.
pytest-cov
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ huggingface_hub>=0.0.16
dill
base58

# Spacy depends on typer, and typer had a bug. This is how we make sure we get the fixed version of typer.
typer>=0.4.1

##################################################
###### Extra dependencies for integrations #######
##################################################
Expand Down

0 comments on commit b66e5f8

Please sign in to comment.