Skip to content

Commit

Permalink
chore: Update Requirements Files
Browse files Browse the repository at this point in the history
  • Loading branch information
learnitall authored Nov 15, 2021
1 parent 7096d03 commit d4176c9
Show file tree
Hide file tree
Showing 12 changed files with 153 additions and 147 deletions.
26 changes: 13 additions & 13 deletions requirements/py36-reqs/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports.zoneinfo==0.2.1
# tzlocal
bleach==4.1.0
# via nbconvert
boto3==1.19.8
boto3==1.20.5
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
botocore==1.22.8
botocore==1.23.5
# via
# -r requirements/py36-reqs/install.txt
# boto3
Expand All @@ -54,7 +54,7 @@ configargparse==1.5.3
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
configparser==5.0.2
configparser==5.1.0
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
Expand Down Expand Up @@ -101,17 +101,17 @@ flent==2.0.1
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
google-auth==2.3.2
google-auth==2.3.3
# via
# -r requirements/py36-reqs/install.txt
# kubernetes
idna==3.3
# via
# -r requirements/py36-reqs/install.txt
# requests
imagesize==1.2.0
imagesize==1.3.0
# via sphinx
importlib-metadata==4.8.1
importlib-metadata==4.8.2
# via
# -r requirements/py36-reqs/install.txt
# jsonschema
Expand All @@ -136,7 +136,7 @@ ipython-genutils==0.2.0
# traitlets
jedi==0.18.0
# via ipython
jinja2==3.0.2
jinja2==3.0.3
# via
# -r requirements/py36-reqs/install.txt
# myst-parser
Expand Down Expand Up @@ -188,7 +188,7 @@ mistune==0.8.4
# via nbconvert
myst-parser==0.15.2
# via snafu (setup.cfg)
nbclient==0.5.4
nbclient==0.5.8
# via nbconvert
nbconvert==6.0.7
# via
Expand Down Expand Up @@ -253,7 +253,7 @@ prometheus-api-client==0.4.2
# snafu (setup.cfg)
prometheus-client==0.12.0
# via notebook
prompt-toolkit==3.0.21
prompt-toolkit==3.0.22
# via ipython
ptyprocess==0.7.0
# via
Expand All @@ -268,7 +268,7 @@ pyasn1-modules==0.2.8
# via
# -r requirements/py36-reqs/install.txt
# google-auth
pycparser==2.20
pycparser==2.21
# via cffi
pygments==2.10.0
# via
Expand Down Expand Up @@ -319,7 +319,7 @@ redis==3.5.3
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
regex==2021.10.23
regex==2021.11.10
# via
# -r requirements/py36-reqs/install.txt
# dateparser
Expand Down Expand Up @@ -369,7 +369,7 @@ six==1.16.0
# traitlets
snowballstemmer==2.1.0
# via sphinx
sphinx==4.2.0
sphinx==4.3.0
# via
# myst-parser
# nbsphinx
Expand Down Expand Up @@ -418,7 +418,7 @@ ttp==0.8.1
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
typing-extensions==3.10.0.2
typing-extensions==4.0.0
# via
# -r requirements/py36-reqs/install.txt
# importlib-metadata
Expand Down
16 changes: 8 additions & 8 deletions requirements/py36-reqs/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ backports.zoneinfo==0.2.1
# via
# pytz-deprecation-shim
# tzlocal
boto3==1.19.8
boto3==1.20.5
# via snafu (setup.cfg)
botocore==1.22.8
botocore==1.23.5
# via
# boto3
# s3transfer
Expand All @@ -25,7 +25,7 @@ charset-normalizer==2.0.7
# via requests
configargparse==1.5.3
# via snafu (setup.cfg)
configparser==5.0.2
configparser==5.1.0
# via snafu (setup.cfg)
dataclasses==0.8
# via snafu (setup.cfg)
Expand All @@ -43,15 +43,15 @@ elasticsearch==7.13.4
# via snafu (setup.cfg)
flent==2.0.1
# via snafu (setup.cfg)
google-auth==2.3.2
google-auth==2.3.3
# via kubernetes
idna==3.3
# via requests
importlib-metadata==4.8.1
importlib-metadata==4.8.2
# via snafu (setup.cfg)
importlib-resources==5.4.0
# via backports.zoneinfo
jinja2==3.0.2
jinja2==3.0.3
# via openshift
jmespath==0.10.0
# via
Expand Down Expand Up @@ -110,7 +110,7 @@ pyyaml==6.0
# snafu (setup.cfg)
redis==3.5.3
# via snafu (setup.cfg)
regex==2021.10.23
regex==2021.11.10
# via dateparser
requests==2.26.0
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ statistics==1.0.3.5
# via snafu (setup.cfg)
ttp==0.8.1
# via snafu (setup.cfg)
typing-extensions==3.10.0.2
typing-extensions==4.0.0
# via importlib-metadata
tzdata==2021.5
# via pytz-deprecation-shim
Expand Down
22 changes: 11 additions & 11 deletions requirements/py36-reqs/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
#
attrs==21.2.0
# via pytest
backports.entry-points-selectable==1.1.0
backports.entry-points-selectable==1.1.1
# via virtualenv
backports.zoneinfo==0.2.1
# via
# -r requirements/py36-reqs/install.txt
# pytz-deprecation-shim
# tzlocal
boto3==1.19.8
boto3==1.20.5
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
botocore==1.22.8
botocore==1.23.5
# via
# -r requirements/py36-reqs/install.txt
# boto3
Expand All @@ -40,11 +40,11 @@ configargparse==1.5.3
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
configparser==5.0.2
configparser==5.1.0
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
coverage[toml]==6.1.1
coverage[toml]==6.1.2
# via pytest-cov
dataclasses==0.8
# via
Expand Down Expand Up @@ -81,15 +81,15 @@ flent==2.0.1
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
google-auth==2.3.2
google-auth==2.3.3
# via
# -r requirements/py36-reqs/install.txt
# kubernetes
idna==3.3
# via
# -r requirements/py36-reqs/install.txt
# requests
importlib-metadata==4.8.1
importlib-metadata==4.8.2
# via
# -r requirements/py36-reqs/install.txt
# pluggy
Expand All @@ -104,7 +104,7 @@ importlib-resources==5.4.0
# virtualenv
iniconfig==1.1.1
# via pytest
jinja2==3.0.2
jinja2==3.0.3
# via
# -r requirements/py36-reqs/install.txt
# openshift
Expand Down Expand Up @@ -161,7 +161,7 @@ prometheus-api-client==0.4.2
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
py==1.10.0
py==1.11.0
# via
# pytest
# tox
Expand Down Expand Up @@ -214,7 +214,7 @@ redis==3.5.3
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
regex==2021.10.23
regex==2021.11.10
# via
# -r requirements/py36-reqs/install.txt
# dateparser
Expand Down Expand Up @@ -274,7 +274,7 @@ ttp==0.8.1
# via
# -r requirements/py36-reqs/install.txt
# snafu (setup.cfg)
typing-extensions==3.10.0.2
typing-extensions==4.0.0
# via
# -r requirements/py36-reqs/install.txt
# importlib-metadata
Expand Down
Loading

0 comments on commit d4176c9

Please sign in to comment.