Skip to content

Commit 86e6c84

Browse files
authored
Merge pull request #964 from Unidata/dependabot-pip-ci-coredeps-f1cb4902fc
CI: (deps): Bump protobuf from 6.32.0 to 6.32.1 in /ci in the coredeps group
2 parents 298f992 + 226daa4 commit 86e6c84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4==4.13.5
22
numpy==2.2.4
33
pandas==2.3.2
4-
protobuf==6.32.0
4+
protobuf==6.32.1
55
requests==2.32.5

examples/Radar_Server_Level_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# N0B, which is reflectivity data for the lowest tilt. We see that when the query
3939
# is represented as a string, it shows the encoded URL.
4040
query = rs.query()
41-
query.stations('CYS').time(datetime.now(timezone.utc)).variables('N0B')
41+
query.stations('FTG').time(datetime.now(timezone.utc)).variables('N0B')
4242

4343
###########################################
4444
# We can use the RadarServer instance to check our query, to make

0 commit comments

Comments
 (0)