Skip to content

Commit 52451a1

Browse files
chore(deps): update all dependencies (#1461)
* chore(deps): update all dependencies * revert packaging Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 4e192bd commit 52451a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/geography/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attrs==22.2.0
22
certifi==2022.12.7
33
cffi==1.15.1
4-
charset-normalizer==2.1.1
4+
charset-normalizer==3.0.1
55
click==8.1.3
66
click-plugins==1.1.1
77
cligj==0.7.2
@@ -36,7 +36,7 @@ pyparsing==3.0.9
3636
python-dateutil==2.8.2
3737
pytz==2022.7
3838
PyYAML==6.0
39-
requests==2.28.1
39+
requests==2.28.2
4040
rsa==4.9
4141
Shapely==2.0.0
4242
six==1.16.0

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
88
ipython==8.8.0; python_version >= '3.9'
99
matplotlib===3.5.3; python_version == '3.7'
10-
matplotlib==3.6.2; python_version >= '3.8'
10+
matplotlib==3.6.3; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas==1.5.2; python_version >= '3.8'
1313
pyarrow==10.0.1

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
99
ipython==8.8.0; python_version >= '3.9'
1010
matplotlib===3.5.3; python_version == '3.7'
11-
matplotlib==3.6.2; python_version >= '3.8'
11+
matplotlib==3.6.3; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
1313
pandas==1.5.2; python_version >= '3.8'
1414
pyarrow==10.0.1

0 commit comments

Comments
 (0)