Skip to content

Commit 90227ef

Browse files
Joe Hammandependabot[bot]
Joe Hamman
andauthored
Upgrade MongoDB in test env (#939)
* Bump pymongo from 3.12.1 to 4.0.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 4.0.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.0.1/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@3.12.1...4.0.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * try bumping mongo service Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c4d1a5 commit 90227ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ports:
3333
- 6379:6379
3434
mongodb:
35-
image: mongo:3.4.23
35+
image: mongo:4.4.11
3636
ports:
3737
- 27017:27017
3838
steps:

requirements_dev_optional.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ azure-storage-blob==12.8.1 # pyup: ignore
1010
redis==4.1.0
1111
types-redis
1212
types-setuptools
13-
pymongo==3.12.1
13+
pymongo==4.0.1
1414
# optional test requirements
1515
tox==3.24.5
1616
coverage

0 commit comments

Comments
 (0)