Created
June 2, 2021 07:16
-
-
Save martijnberger/69f51fb8107f69882f00b02290c0a5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/incatest/requirements.txt b/incatest/requirements.txt | |
index d7d8d4cac..4d9d7850b 100644 | |
--- a/incatest/requirements.txt | |
+++ b/incatest/requirements.txt | |
@@ -1,24 +1,24 @@ | |
-asn1crypto==0.24.0 | |
+asn1crypto==1.4.0 | |
attrs==21.2.0 | |
backcall==0.2.0 | |
-certifi==2018.1.18 | |
-chardet==3.0.4 | |
-cryptography==3.3.2 | |
-decorator==5.0.7 | |
+certifi==2021.5.30 | |
+chardet==4.0.0 | |
+cryptography==3.4.7 | |
+decorator==5.0.9 | |
driver-utils-py==0.1.0 | |
-idna==2.6 | |
-importlib-metadata==4.0.1 | |
+idna==3.2 | |
+importlib-metadata==4.4.0 | |
iniconfig==1.1.1 | |
-ipython==7.16.1 | |
+ipython==7.24.0 | |
ipython-genutils==0.2.0 | |
jedi==0.18.0 | |
-Jetson.GPIO==2.0.11 | |
-keyring==10.6.0 | |
-keyrings.alt==3.0 | |
-Mako==1.0.7 | |
-MarkupSafe==1.0 | |
-netifaces==0.10.9 | |
-numpy==1.15.4 | |
+Jetson.GPIO==2.0.16 | |
+keyring==23.0.1 | |
+keyrings.alt==4.0.2 | |
+Mako==1.1.4 | |
+MarkupSafe==2.0.1 | |
+netifaces==0.11.0 | |
+numpy==1.20.3 | |
packaging==20.9 | |
parso==0.8.2 | |
pexpect==4.8.0 | |
@@ -29,20 +29,20 @@ ptyprocess==0.7.0 | |
py==1.10.0 | |
pycrypto==2.6.1 | |
Pygments==2.9.0 | |
-pygobject==3.26.1 | |
+pygobject==3.40.1 | |
pyparsing==2.4.7 | |
-pyserial==3.4 | |
+pyserial==3.5 | |
pytest==6.2.4 | |
-pyxdg==0.26 | |
-requests==2.20.0 | |
-SecretStorage==2.3.1 | |
+pyxdg==0.27 | |
+requests==2.25.1 | |
+SecretStorage==3.3.1 | |
six==1.16.0 | |
-ssh-import-id==5.7 | |
+ssh-import-id==5.11 | |
system-py==0.1.0 | |
toml==0.10.2 | |
-traitlets==4.3.3 | |
+traitlets==5.0.5 | |
typing-extensions==3.10.0.0 | |
-urllib3==1.24.2 | |
-virtualenv==15.1.0 | |
+urllib3==1.26.5 | |
+virtualenv==20.4.7 | |
wcwidth==0.2.5 | |
zipp==3.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment