Bump mock from 4.0.3 to 5.1.0 (#1921)

Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.3...5.1.0)

---
updated-dependencies:
- dependency-name: mock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-03 19:50:58 +01:00
committed by GitHub
parent 07a7a474f8
commit 0ec9fc9027
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -1259,19 +1259,19 @@ files = [
[[package]] [[package]]
name = "mock" name = "mock"
version = "4.0.3" version = "5.1.0"
description = "Rolling backport of unittest.mock for all Pythons" description = "Rolling backport of unittest.mock for all Pythons"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, {file = "mock-5.1.0-py3-none-any.whl", hash = "sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744"},
{file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, {file = "mock-5.1.0.tar.gz", hash = "sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d"},
] ]
[package.extras] [package.extras]
build = ["blurb", "twine", "wheel"] build = ["blurb", "twine", "wheel"]
docs = ["sphinx"] docs = ["sphinx"]
test = ["pytest (<5.4)", "pytest-cov"] test = ["pytest", "pytest-cov"]
[[package]] [[package]]
name = "multidict" name = "multidict"
@@ -2866,4 +2866,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "4464ff66e7cdd6e64d955c831f693aea035a05d73ee7def8674b5bc800e24994" content-hash = "2040b1302b06380982259e0215d8ddd1677757257e29630ee7e9e3950bb4f952"
+1 -1
View File
@@ -47,7 +47,7 @@ idna = "^3.4"
Jinja2 = "^3.1.3" Jinja2 = "^3.1.3"
lxml = "^5.3.0" lxml = "^5.3.0"
MarkupSafe = "^3.0.2" MarkupSafe = "^3.0.2"
mock = "^4.0.3" mock = "^5.1.0"
multidict = "^6.0.4" multidict = "^6.0.4"
pycountry = "^24.6.1" pycountry = "^24.6.1"
PyPDF2 = "^3.0.1" PyPDF2 = "^3.0.1"