[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1882)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* pin pycparser==2.21 for python 3.7

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
  • Loading branch information
4 people committed Apr 8, 2024
1 parent c852c15 commit d08ca70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ pyasn1===0.5.1; python_version == '3.7'
pyasn1==0.6.0; python_version >= '3.8'
pyasn1-modules===0.3.0; python_version == '3.7'
pyasn1-modules==0.4.0; python_version >= '3.8'
pycparser==2.21
pycparser==2.21; python_version == '3.7'
pycparser==2.22; python_version >= '3.8'
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pytz==2024.1
Expand Down

0 comments on commit d08ca70

Please sign in to comment.