Skip to content

Commit 9cac1a2

Browse files
committed
Update code
Update notebook libraries
1 parent e1f1fa0 commit 9cac1a2

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

mrn_console_rto_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def query_service_discovery(url=None):
308308
if url is None:
309309
url = discovery_url
310310

311-
print(f'\n {str(datetime.now())} Sending Delivery Platform service discovery request to {url}...\n')
311+
print(f'\n{str(datetime.now())}Sending Delivery Platform service discovery request to {url}...\n')
312312
try:
313313
r = requests.get(url,
314314
headers={'Authorization': f'Bearer {auth_token}'},
@@ -383,7 +383,7 @@ def get_auth_token(url=None):
383383

384384
data = {'grant_type': 'client_credentials', 'scope': scope, 'client_id': clientid, 'client_secret': client_secret}
385385

386-
print(f'\n {str(datetime.now())} Sending authentication request with client credentials to {url} ...\n')
386+
print(f'\n{str(datetime.now())}Sending authentication request with client credentials to {url} ...\n')
387387
try:
388388
# Request with auth for https protocol
389389
r = requests.post(url,

requirements_notebook.txt

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
anyio==4.3.0
1+
anyio==4.4.0
22
argon2-cffi==23.1.0
33
argon2-cffi-bindings==21.2.0
44
arrow==1.3.0
@@ -10,38 +10,41 @@ beautifulsoup4==4.12.3
1010
bleach==6.1.0
1111
certifi==2024.2.2
1212
cffi==1.16.0
13+
chardet==5.2.0
1314
charset-normalizer==3.3.2
1415
colorama==0.4.6
1516
comm==0.2.2
16-
debugpy==1.8.1
17+
cryptography==42.0.7
18+
debugpy==1.8.2
1719
decorator==5.1.1
1820
defusedxml==0.7.1
1921
exceptiongroup==1.2.1
2022
executing==2.0.1
21-
fastjsonschema==2.19.1
23+
fastjsonschema==2.20.0
2224
fqdn==1.5.1
2325
h11==0.14.0
2426
httpcore==1.0.5
2527
httpx==0.27.0
2628
idna==3.7
27-
ipykernel==6.29.4
28-
ipython==8.24.0
29+
ipykernel==6.29.5
30+
ipython==8.26.0
2931
isoduration==20.11.0
3032
jedi==0.19.1
3133
Jinja2==3.1.4
3234
json5==0.9.25
33-
jsonpointer==2.4
35+
jsonpointer==3.0.0
3436
jsonschema==4.22.0
3537
jsonschema-specifications==2023.12.1
3638
jupyter-events==0.10.0
3739
jupyter-lsp==2.2.5
38-
jupyter_client==8.6.1
40+
jupyter_client==8.6.2
3941
jupyter_core==5.7.2
40-
jupyter_server==2.14.0
42+
jupyter_server==2.14.1
4143
jupyter_server_terminals==0.5.3
42-
jupyterlab==4.2.0
44+
jupyterlab==4.2.3
4345
jupyterlab_pygments==0.3.0
44-
jupyterlab_server==2.27.1
46+
jupyterlab_server==2.27.2
47+
jwcrypto==1.5.6
4548
MarkupSafe==2.1.5
4649
matplotlib-inline==0.1.7
4750
mistune==3.0.2
@@ -50,29 +53,28 @@ nbconvert==7.16.4
5053
nbformat==5.10.4
5154
nest-asyncio==1.6.0
5255
notebook_shim==0.2.4
53-
numpy==1.26.4
56+
numpy==2.0.0
5457
overrides==7.7.0
55-
packaging==24.0
56-
pandas==2.2.2
58+
packaging==24.1
5759
pandocfilters==1.5.1
5860
parso==0.8.4
59-
platformdirs==4.2.1
61+
pip-system-certs==4.0
62+
platformdirs==4.2.2
6063
prometheus_client==0.20.0
61-
prompt-toolkit==3.0.43
62-
psutil==5.9.8
64+
prompt_toolkit==3.0.47
65+
psutil==6.0.0
6366
pure-eval==0.2.2
6467
pycparser==2.22
6568
Pygments==2.18.0
6669
python-dateutil==2.9.0.post0
6770
python-dotenv==1.0.1
6871
python-json-logger==2.0.7
69-
pytz==2024.1
7072
pywin32==306
7173
pywinpty==2.0.13
7274
PyYAML==6.0.1
7375
pyzmq==26.0.3
7476
referencing==0.35.1
75-
requests==2.31.0
77+
requests==2.32.3
7678
rfc3339-validator==0.1.4
7779
rfc3986-validator==0.1.1
7880
rpds-py==0.18.1
@@ -84,14 +86,14 @@ stack-data==0.6.3
8486
terminado==0.18.1
8587
tinycss2==1.3.0
8688
tomli==2.0.1
87-
tornado==6.4
89+
tornado==6.4.1
8890
traitlets==5.14.3
8991
types-python-dateutil==2.9.0.20240316
90-
typing_extensions==4.11.0
91-
tzdata==2024.1
92+
typing_extensions==4.12.0
9293
uri-template==1.3.0
93-
urllib3==2.2.1
94+
urllib3==2.2.2
9495
wcwidth==0.2.13
95-
webcolors==1.13
96+
webcolors==24.6.0
9697
webencodings==0.5.1
9798
websocket-client==1.8.0
99+
wrapt==1.16.0

0 commit comments

Comments
 (0)