Skip to content

Commit 9be850c

Browse files
authored
Merge pull request #832 from netenglabs/dependencies-update
Update dependencies
2 parents f49d021 + aacf245 commit 9be850c

File tree

2 files changed

+217
-182
lines changed

2 files changed

+217
-182
lines changed

build/requirements.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bidict==0.22.0; python_version >= "3.7"
1414
bleach==5.0.0; python_version >= "3.7"
1515
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
1616
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
17-
certifi==2022.5.18.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
17+
certifi==2022.12.7; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
1818
cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7"
1919
chardet==3.0.4; python_version >= "3.6"
2020
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.7"
@@ -23,7 +23,7 @@ click==8.0.4; python_full_version >= "3.7.1" and python_version < "4.0" and pyth
2323
colorama==0.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
2424
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.7"
2525
configargparse==0.15.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
26-
cryptography==37.0.2; python_version >= "3.6"
26+
cryptography==39.0.0; python_version >= "3.6"
2727
cycler==0.11.0; python_version >= "3.7"
2828
dateparser==1.1.1; python_version >= "3.5"
2929
decorator==5.1.1; python_version >= "3.7"
@@ -36,11 +36,11 @@ fastjsonschema==2.15.3; python_version >= "3.7"
3636
fonttools==4.33.3; python_version >= "3.7"
3737
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
3838
gitdb==4.0.9; python_version >= "3.7"
39-
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
39+
gitpython==3.1.30; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
4040
graphviz==0.15; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
4141
h11==0.13.0; python_version >= "3.6"
4242
idna==3.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
43-
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
43+
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "3.10" and python_version >= "3.7"
4444
importlib-resources==5.7.1; python_version < "3.9" and python_version >= "3.7"
4545
ipaddress==1.0.23
4646
ipykernel==5.5.6; python_version >= "3.7"
@@ -53,19 +53,19 @@ jinja2==3.1.2; python_version >= "3.7"
5353
jsonpath-ng==1.5.3
5454
jsonschema==4.6.0; python_version >= "3.7"
5555
jupyter-client==7.3.2; python_full_version >= "3.7.0" and python_version >= "3.7"
56-
jupyter-core==4.10.0; python_version >= "3.7"
56+
jupyter-core==5.0.0; python_version >= "3.8"
5757
jupyterlab-pygments==0.2.2; python_version >= "3.7"
5858
jupyterlab-widgets==1.1.0; python_version >= "3.7"
5959
kiwisolver==1.4.2; python_version >= "3.7"
6060
loguru==0.6.0; python_version >= "3.6"
6161
markupsafe==2.1.1; python_version >= "3.7"
6262
matplotlib==3.5.2; python_version >= "3.7"
63-
mistune==0.8.4; python_version >= "3.7"
63+
mistune==2.0.4; python_version >= "3.7"
6464
multidict==6.0.2; python_version >= "3.7"
6565
mypy-extensions==0.4.3; python_version >= "3.6"
6666
natsort==7.2.0; python_version >= "3.6"
6767
nbclient==0.6.4; python_full_version >= "3.7.0" and python_version >= "3.7"
68-
nbconvert==6.5.0; python_version >= "3.7"
68+
nbconvert==7.2.7; python_version >= "3.7"
6969
nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7"
7070
nest-asyncio==1.5.5; python_full_version >= "3.7.0" and python_version >= "3.7"
7171
netconan==0.11.3
@@ -79,16 +79,17 @@ parso==0.7.1; python_version >= "3.6" and python_full_version < "3.0.0" or pytho
7979
passlib==1.7.4; python_version >= "3.6"
8080
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
8181
pickleshare==0.7.5; python_version >= "3.7"
82-
pillow==9.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
82+
pillow==9.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
83+
platformdirs==2.5.2; python_version >= "3.8"
8384
ply==3.11
8485
prettytable==3.3.0; python_version >= "3.7"
8586
prometheus-client==0.14.1; python_version >= "3.7"
8687
prompt-toolkit==3.0.29; python_full_version >= "3.6.2"
87-
protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
88+
protobuf==3.20.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
8889
ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.7" and sys_platform != "win32"
8990
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
9091
pyarrow==8.0.0; python_version >= "3.7"
91-
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
92+
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
9293
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.6"
9394
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
9495
pygments==2.12.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.7"
@@ -98,8 +99,8 @@ pyrsistent==0.18.1; python_version >= "3.7"
9899
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7") and python_version < "4.0"
99100
python-dotenv==0.19.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.5"
100101
python-nubia==0.2b5; python_version >= "3.6"
101-
pytz==2022.1; python_full_version >= "3.7.1" and python_version >= "3.7"
102-
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
102+
pytz==2022.1; python_full_version >= "3.7.1" and python_version >= "3.7" and python_version < "4.0"
103+
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.8"
103104
pywinpty==2.0.5; os_name == "nt" and python_version >= "3.7"
104105
pyyaml==6.0; python_version >= "3.6"
105106
pyzmq==23.1.0; python_version >= "3.7"
@@ -110,7 +111,7 @@ semver==2.13.0; python_full_version >= "3.7.1" and python_version >= "3.7" and p
110111
send2trash==1.8.0; python_version >= "3.7"
111112
setuptools-scm==6.4.2; python_version >= "3.7"
112113
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
113-
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7"
114+
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
114115
smmap==5.0.0; python_version >= "3.7"
115116
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
116117
starlette==0.14.2; python_version >= "3.6"
@@ -126,11 +127,11 @@ toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (py
126127
tomli==2.0.1; python_version >= "3.7"
127128
toolz==0.11.2; python_version >= "3.7"
128129
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
129-
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.7"
130+
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
130131
typing-extensions==4.2.0; python_full_version >= "3.7.1" and python_version >= "3.7" and python_full_version < "4.0.0" and python_version < "3.9"
131132
typing-inspect==0.7.1; python_version >= "3.6"
132133
tzlocal==2.1
133-
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
134+
urllib3==1.26.13; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
134135
uvicorn==0.14.0
135136
uvloop==0.16.0; python_version >= "3.7"
136137
validators==0.20.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"

0 commit comments

Comments
 (0)