Skip to content

Commit aff11b6

Browse files
chore(deps): update dependency pandas to v1.4.2 (#751)
* chore(deps): update dependency pandas to v1.4.2 * revert pin change for py37; use === to prevent updates for environment specific pins Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 3ec7442 commit aff11b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-pubsub==2.11.0
22
google-cloud-storage==2.2.1
3-
pandas==1.3.5; python_version == '3.7'
4-
pandas==1.4.0; python_version >= '3.8'
3+
pandas===1.3.5; python_version == '3.7'
4+
pandas==1.4.2; python_version >= '3.8'

0 commit comments

Comments
 (0)