Commit Graph

13 Commits

Author SHA1 Message Date
Profitroll 2b2222bedb
Support for Python 3.8 2023-08-14 10:46:25 +02:00
d82756e0c6
Merge pull request #2 from Mayuri-Chan/dependabot/pip/pymongo-4.4.1
build(deps): bump pymongo from 4.4.0 to 4.4.1
2023-07-22 15:44:04 +07:00
dependabot[bot] cc10a6eb75
build(deps): bump pymongo from 4.4.0 to 4.4.1
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.4.1/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.4.0...4.4.1)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 22:18:55 +00:00
wulan17 9fd0af934f
Add comparison with motor
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-06-27 01:05:49 +07:00
e47584710f
Create FUNDING.yml 2023-06-24 18:58:09 +07:00
de96aed577
async_pymongo: Bump version to 0.1.3 2023-06-22 11:46:06 +07:00
1327d6277c
Merge pull request #1 from Mayuri-Chan/dependabot/pip/pymongo-4.4.0
build(deps): bump pymongo from 4.3.3 to 4.4.0
2023-06-22 11:42:34 +07:00
dependabot[bot] ac80986129
build(deps): bump pymongo from 4.3.3 to 4.4.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.3.3...4.4.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 04:41:45 +00:00
8677493e03
Create dependabot.yml 2023-06-22 11:41:19 +07:00
wulan17 5d3da1cc0d
async_pymongo: Add README
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-22 23:14:52 +07:00
wulan17 34ff3a5a9f
async_pymongo: Set minimal python version to 3.9
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-19 21:11:34 +07:00
wulan17 2aa742d804
async_pymongo: Set minimal python version to 3.7
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-19 20:01:05 +07:00
Adek Maulana ce56855cfe
Initial import from https://github.com/userbotindo/Anjani/tree/staging/anjani/util/db
Co-authored-by: mrmissx <hi@mrmiss.me>
Co-authored-by: wulan17 <wulan17@nusantararom.org>
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-19 19:54:16 +07:00