Skip to content

Commit

Permalink
deps: bump the major-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [ugrc-palletjack](https://github.com/agrc/palletjack) and [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version.

Updates `ugrc-palletjack` to 4.2.0
- [Release notes](https://github.com/agrc/palletjack/releases)
- [Commits](agrc/palletjack@4.1.0...4.2.0)

Updates `pytest-mock` to 3.12.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.10.0...v3.12.0)

---
updated-dependencies:
- dependency-name: ugrc-palletjack
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: pytest-mock
  dependency-type: direct:development
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Nov 7, 2023
1 parent bf50417 commit 39e29ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
keywords=['gis'],
install_requires=[
'ugrc-palletjack==4.1.*',
'ugrc-palletjack>=4.1,<4.3',
'agrc-supervisor==3.0.*',
],
extras_require={
Expand All @@ -52,7 +52,7 @@
'pytest-watch~=4.2',
'pytest~=7.2',
'yapf~=0.32',
'pytest-mock>=3.10,<3.12',
'pytest-mock>=3.10,<3.13',
'functions-framework~=3.3',
]
},
Expand Down

0 comments on commit 39e29ec

Please sign in to comment.