Skip to content

Commit

Permalink
BUILD: update mock requirement from <5.2,>=5.1.0 to >=5.1.0,<5.3
Browse files Browse the repository at this point in the history
Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](testing-cabal/mock@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: mock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2025
1 parent 6dc4852 commit cddb6e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ dependencies = [
unit-tests = [
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
"mock>=5.1.0,<5.2",
"mock>=5.1.0,<5.3",
]
integration-tests = [
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"mock>=5.1.0,<5.3",
"numpy>=1.20.0,<2.3",
"pandas>=1.1.0,<2.3",
"pytest>=7.4.0,<8.4",
Expand All @@ -67,7 +67,7 @@ tests = [
"ipython>=7.30.0,<8.34",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"mock>=5.1.0,<5.3",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<2.1",
Expand Down

0 comments on commit cddb6e4

Please sign in to comment.