Skip to content

Commit

Permalink
chore: partial reqs upgrade
Browse files Browse the repository at this point in the history
Oauthlib upgrade was suggested by dependabot:
https://github.com/overhangio/tutor/pull/723/files

We did not perform a full upgrade because sphinx-rtd-theme does not support
docutils 0.19, yet: readthedocs/sphinx_rtd_theme#1323
  • Loading branch information
regisb committed Sep 29, 2022
1 parent 98d7562 commit dbb528a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mypy==0.942
# via -r requirements/base.in
mypy-extensions==0.4.3
# via mypy
oauthlib==3.1.1
oauthlib==3.2.1
# via requests-oauthlib
pyasn1==0.4.8
# via
Expand Down
13 changes: 9 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ black==22.1.0
# via -r requirements/dev.in
bleach==4.1.0
# via readme-renderer
build==0.8.0
# via pip-tools
cachetools==4.2.4
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -81,17 +83,19 @@ mypy-extensions==0.4.3
# -r requirements/base.txt
# black
# mypy
oauthlib==3.1.1
oauthlib==3.2.1
# via
# -r requirements/base.txt
# requests-oauthlib
packaging==21.0
# via bleach
# via
# bleach
# build
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via build
pip-tools==6.8.0
# via -r requirements/dev.in
pkginfo==1.7.1
# via twine
Expand Down Expand Up @@ -166,6 +170,7 @@ tomli==2.0.1
# via
# -r requirements/base.txt
# black
# build
# mypy
# pep517
tqdm==4.62.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mypy-extensions==0.4.3
# via
# -r requirements/base.txt
# mypy
oauthlib==3.1.1
oauthlib==3.2.1
# via
# -r requirements/base.txt
# requests-oauthlib
Expand Down

0 comments on commit dbb528a

Please sign in to comment.