Skip to content

Commit

Permalink
Bump typing-extensions from 4.0.1 to 4.1.1 in /extra_requirements (#948)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](python/typing@4.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent f0cd994 commit 5514322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ scipy==1.7.3 # Strax dependency
tensorflow==2.8.0rc1; python_version<="3.9"
tensorflow==2.8.0rc1; python_version=="3.10"
tqdm==4.62.2
typing_extensions==4.0.1 # Tensorflow/bokeh dependency
typing_extensions==4.1.1 # Tensorflow/bokeh dependency
utilix==0.6.6
wfsim==0.5.13; python_version<="3.9" # nestpy doesn't work in py3.10
xarray==0.21.1
Expand Down

0 comments on commit 5514322

Please sign in to comment.