From d3fba37cac16bef83219883edcf824000ca569fd Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Thu, 6 Jul 2023 10:25:36 +0530 Subject: [PATCH 01/61] :memo: Documentation Update --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 41 +++++++++++++++++++++++++++++++++++++++++ LICENSE | 24 +++++++++++++++++------- Versions.md | 2 +- 4 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d93f224..0927273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog for RidingMotoBackend 🎈 +# Changelog for Project Name 🎈 All notable changes to this project will be documented in this file. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..244891a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,41 @@ +# Contributing to + +First off, thank you for considering contributing to ! 🙌 It's people like you that make such a great project. + +Here are some ways you can contribute: + +- [Contributing to ](#contributing-to-) + - [Getting Started](#getting-started) + - [Reporting Bugs](#reporting-bugs) + - [Suggesting Enhancements](#suggesting-enhancements) + - [Code Contribution](#code-contribution) + +## Getting Started + + is using JIRA for issue tracking. Visit [our JIRA](JIRA URL) to find existing issues or create a new one. + +Our [Confluence](https://shiftboolean..com) is used for project documentation. + +For internal communication, we're using Slack. + +## Reporting Bugs + +We're using JIRA for bug tracking. Before reporting a bug, please check our JIRA to see if the bug has already been reported. If it hasn't, please create a new issue. + +## Suggesting Enhancements + +We welcome any ideas for making better! Feel free to create new issues in our JIRA for any feature requests or enhancements you think of. + +## Code Contribution + +Before contributing code, please check our GitHub repo [here](https://github.com/shiftboolean) to see if there is any ongoing work related to your intended contribution. + +Here are the steps for contributing code: + +1. Fork the repository and create your branch from `master`. +2. Make sure your code lints and passes all tests. +3. Issue a pull request. + +Your pull request will be reviewed and merged if it passes the review. + +We thank you for your contribution and making a better project! diff --git a/LICENSE b/LICENSE index bdae0c1..b596971 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,21 @@ -Internal Use License +MIT License -Copyright 2023 Shift Boolean +Copyright (c) 2023 Shift Boolean -Permission is hereby granted, free of charge, to current employees of Shift Boolean obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software within the confines of their employment with Shift Boolean, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit other employees to whom the Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -1. The software may only be used in the course of the employee's work for Shift Boolean. -2. The software may not be shared with non-employees of Shift Boolean, either during or after the term of employment. -3. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Versions.md b/Versions.md index 1f6b608..e56f661 100644 --- a/Versions.md +++ b/Versions.md @@ -1,4 +1,4 @@ -# Versioning System for RidingMoto Backend 🎈 +# Versioning System for Project Name Backend 🎈 In this project, we follow the Semantic Versioning system. This means that our version numbers follow the format of MAJOR.MINOR.PATCH. Here's what each component means: From 5e66d175621b526d0deb945de2f25bd840071e7b Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Thu, 6 Jul 2023 10:27:59 +0530 Subject: [PATCH 02/61] Update README.md Signed-off-by: Gaurav Dubey --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9184efd..05aca63 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,8 @@ _Update Release version in query parameters_ ) ## License 📄 - -This project is licensed under the [IUL License](LICENSE). -Copyright (c) ShiftBoolean. +This project is licensed under the [MIT License](LICENSE). ## Website 🌐 Visit us at [ShiftBoolean](www.shiftboolean.com) - - From 04b66b385e797ef683f686d5cf0739425967e287 Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Thu, 6 Jul 2023 10:30:50 +0530 Subject: [PATCH 03/61] Update README.md Signed-off-by: Gaurav Dubey --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 05aca63..97e6312 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ ![Test Cases](https://img.shields.io/badge/Tests-100%25-brightgreen?style=for-the-badge) [![TeamCity](https://img.shields.io/teamcity/https/teamcity.url.com/e/badge.svg?style=for-the-badge&logo=teamcity)](https://teamcity.url.com/viewType.html?buildTypeId=) +## Todo + +- [ ] Update Project Name in README.md +- [ ] Update Project Name in CONTRIBUTING.md +- [ ] Update Project Name in CHANGELOG.md +- [ ] Update Project Name in VERSION.md +- [ ] Change MIT License to Internal Use License (IUL) and update in README.md +- [ ] Update Readme Badge URL +- [ ] Delete the Todo section + ## Introduction 📚 This project is the back-end API for the application. It's built with FastAPI and follows a modular monolith architecture. The application handles functionalities such as User Management, Social Media, Shop. From 2f2b00e1e0ba02d960fe7fc131593e70fa38634a Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Thu, 6 Jul 2023 10:44:31 +0530 Subject: [PATCH 04/61] Create dependabot.yml Signed-off-by: Gaurav Dubey --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..43b9089 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 From 3a026c1a6aa39380fbe8786d7bc1b5edafe78d48 Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Thu, 6 Jul 2023 10:45:30 +0530 Subject: [PATCH 05/61] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 09214e94c4736cd3ecc3a27177af44e5b35f3721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:37:48 +0000 Subject: [PATCH 06/61] Bump black from 23.3.0 to 23.7.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39009d9..ce2796e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.2.0 mypy==1.4.1 ruff==0.0.277 -black == 23.3.0 +black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.0 pydantic~=1.10.11 From c55f51cbe07ee603a65753a09dfbc76846b85cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:38:09 +0000 Subject: [PATCH 07/61] Bump ruff from 0.0.277 to 0.0.278 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.277 to 0.0.278. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39009d9..45f23ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.2.0 mypy==1.4.1 -ruff==0.0.277 +ruff==0.0.278 black == 23.3.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.0 From 11f3fb9d3aa99c11a1aac63943de9c9a557e4a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:50:38 +0000 Subject: [PATCH 08/61] Update pydantic requirement from ~=1.10.11 to ~=2.0.3 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.11...v2.0.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce2796e..41ddfaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.277 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.0 -pydantic~=1.10.11 +pydantic~=2.0.3 pytest~=7.4.0 httpx~=0.24.1 \ No newline at end of file From 0e2573170fab34de23951b628bdd958a7fc5f3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:48:14 +0000 Subject: [PATCH 09/61] Bump types-ujson from 5.8.0.0 to 5.8.0.1 Bumps [types-ujson](https://github.com/python/typeshed) from 5.8.0.0 to 5.8.0.1. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-ujson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77dc1ba..af00303 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mypy==1.4.1 ruff==0.0.278 black == 23.7.0 types-PyYAML==6.0.12.10 -types-ujson==5.8.0.0 +types-ujson==5.8.0.1 pydantic~=2.0.3 pytest~=7.4.0 httpx~=0.24.1 \ No newline at end of file From b791c8c8640006030ed4302aca083e670f3ae360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:48:22 +0000 Subject: [PATCH 10/61] Bump ruff from 0.0.278 to 0.0.280 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.280. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.278...v0.0.280) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77dc1ba..acae480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.2.0 mypy==1.4.1 -ruff==0.0.278 +ruff==0.0.280 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.0 From 73f9640b80e74e2d914d1d166198bd862cebe7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:49:18 +0000 Subject: [PATCH 11/61] Update pydantic requirement from ~=2.0.3 to ~=2.1.1 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0.3...v2.1.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90994b4..aab9785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.280 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 -pydantic~=2.0.3 +pydantic~=2.1.1 pytest~=7.4.0 httpx~=0.24.1 \ No newline at end of file From 961747e804b8a1b1d5bcc1a42b5144d565f498e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:23:38 +0000 Subject: [PATCH 12/61] Bump mypy from 1.4.1 to 1.5.0 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90994b4..b62dfee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.2.0 -mypy==1.4.1 +mypy==1.5.0 ruff==0.0.280 black == 23.7.0 types-PyYAML==6.0.12.10 From 474e64a3c2e92a3a57e80d4c112cceef81b40bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:34:13 +0000 Subject: [PATCH 13/61] Bump motor from 3.2.0 to 3.3.1 Bumps [motor](https://github.com/mongodb/motor) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/3.3.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.2.0...3.3.1) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e31ee2..3a306e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.2.0 +motor==3.3.1 mypy==1.5.0 ruff==0.0.280 black == 23.7.0 From 94531f29459843889de57298a95c340a8c02e5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:34:19 +0000 Subject: [PATCH 14/61] Update pytest requirement from ~=7.4.0 to ~=7.4.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e31ee2..de4eef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 pydantic~=2.1.1 -pytest~=7.4.0 +pytest~=7.4.1 httpx~=0.24.1 \ No newline at end of file From 29af153251eff9b4ed37f352cab01f35ee5b4611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:18:58 +0000 Subject: [PATCH 15/61] Update pydantic requirement from ~=2.1.1 to ~=2.3.0 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.1.1...v2.3.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de4eef0..32534a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.280 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 -pydantic~=2.1.1 +pydantic~=2.3.0 pytest~=7.4.1 httpx~=0.24.1 \ No newline at end of file From faaaf7cbe4453b928d88b6c916aecee058187ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:25:05 +0000 Subject: [PATCH 16/61] Bump ruff from 0.0.280 to 0.0.287 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.280 to 0.0.287. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.287) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 991ba8d..d9e39c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.1 mypy==1.5.0 -ruff==0.0.280 +ruff==0.0.287 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 From cd719cf4023e2bbc15db841b8294ddfb14c1a34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:51:32 +0000 Subject: [PATCH 17/61] Update pytest requirement from ~=7.4.1 to ~=7.4.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f67f26..40a6f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 pydantic~=2.3.0 -pytest~=7.4.1 +pytest~=7.4.2 httpx~=0.24.1 \ No newline at end of file From 13f0db5cdd221584504a653a36822ec166a84ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:11:43 +0000 Subject: [PATCH 18/61] Bump types-pyyaml from 6.0.12.10 to 6.0.12.12 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.10 to 6.0.12.12. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f67f26..ca64c55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ motor==3.3.1 mypy==1.5.0 ruff==0.0.287 black == 23.7.0 -types-PyYAML==6.0.12.10 +types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.3.0 pytest~=7.4.1 From 999b40bfb086ead7fe0ce8a15ff33ed8258de9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:18:53 +0000 Subject: [PATCH 19/61] Update pydantic requirement from ~=2.3.0 to ~=2.4.2 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.3.0...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40a6f13..760d626 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.287 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 -pydantic~=2.3.0 +pydantic~=2.4.2 pytest~=7.4.2 httpx~=0.24.1 \ No newline at end of file From 924d9f0a30499b479dadf59c1d02f02472d53257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:20:08 +0000 Subject: [PATCH 20/61] Bump mypy from 1.5.0 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad7da06..6d63967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.1 -mypy==1.5.0 +mypy==1.6.1 ruff==0.0.287 black == 23.7.0 types-PyYAML==6.0.12.12 From 4f80adcfaf91fefa0707117400e4d4050a3b48d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:21:53 +0000 Subject: [PATCH 21/61] Bump black from 23.7.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.10.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.7.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38f45b3..0527107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.3.1 mypy==1.5.0 ruff==0.0.287 -black == 23.7.0 +black == 23.10.1 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.4.2 From eb603b04a1cef30b77671aa139c7b31cdb44f15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:07:19 +0000 Subject: [PATCH 22/61] Bump ruff from 0.0.287 to 0.1.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.1.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f560dcf..bd06c52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.1 mypy==1.6.1 -ruff==0.0.287 +ruff==0.1.3 black == 23.10.1 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 From ac5c6e91c542c360c464c283d9c7311d5a47590f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:07:23 +0000 Subject: [PATCH 23/61] Update pytest requirement from ~=7.4.2 to ~=7.4.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f560dcf..9528da6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.10.1 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.4.2 -pytest~=7.4.2 +pytest~=7.4.3 httpx~=0.24.1 \ No newline at end of file From 00f7f6b7c48eb738dbca4584bdedb64856d680c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:18:36 +0000 Subject: [PATCH 24/61] Update httpx requirement from ~=0.24.1 to ~=0.25.1 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.25.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f1b535..184429e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.4.2 pytest~=7.4.3 -httpx~=0.24.1 \ No newline at end of file +httpx~=0.25.1 \ No newline at end of file From 0af07a6e3654c0d7e015af39976878673b45468a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:10:54 +0000 Subject: [PATCH 25/61] Bump mypy from 1.6.1 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f1b535..4eddba0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.1 -mypy==1.6.1 +mypy==1.7.0 ruff==0.1.3 black == 23.10.1 types-PyYAML==6.0.12.12 From 6e869c9fb9a9106dc391af5df5f4adf3672cb1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:52:20 +0000 Subject: [PATCH 26/61] Bump black from 23.10.1 to 23.11.0 Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.1...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 184429e..8185df2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.3.1 mypy==1.6.1 ruff==0.1.3 -black == 23.10.1 +black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.4.2 From d0c72eb852a0a264a69c7b73aece91325f39c1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:55:05 +0000 Subject: [PATCH 27/61] Bump motor from 3.3.1 to 3.3.2 Bumps [motor](https://github.com/mongodb/motor) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 306b329..d735282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.3.1 +motor==3.3.2 mypy==1.7.0 ruff==0.1.3 black == 23.10.1 From 52f3ed3e934c584d9be7f8a2fc5adbd97409676f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:59:56 +0000 Subject: [PATCH 28/61] Update pydantic requirement from ~=2.4.2 to ~=2.5.2 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.4.2...v2.5.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cff916d..980955f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.1.3 black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 -pydantic~=2.4.2 +pydantic~=2.5.2 pytest~=7.4.3 httpx~=0.25.1 \ No newline at end of file From 4422b6aff021756179e2ee7c50b50ecd49f9135e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:00:17 +0000 Subject: [PATCH 29/61] Bump ruff from 0.1.3 to 0.1.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.3...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cff916d..325b3e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.1 mypy==1.7.0 -ruff==0.1.3 +ruff==0.1.6 black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 From a4a56b37956919c6af373b0d4519b9e26fd27e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:07:49 +0000 Subject: [PATCH 30/61] Bump mypy from 1.7.0 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a085630..8dc8c9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 -mypy==1.7.0 +mypy==1.7.1 ruff==0.1.6 black == 23.11.0 types-PyYAML==6.0.12.12 From d1309831a0a55be13b3aa2a06b65566af4a25f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:42:19 +0000 Subject: [PATCH 31/61] Update httpx requirement from ~=0.25.1 to ~=0.25.2 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.1...0.25.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dc8c9f..ee749f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 pydantic~=2.5.2 pytest~=7.4.3 -httpx~=0.25.1 \ No newline at end of file +httpx~=0.25.2 \ No newline at end of file From 7e40f4d70f0164242262d4620f5187a18c9f740d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:42:22 +0000 Subject: [PATCH 32/61] Bump ruff from 0.1.6 to 0.1.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dc8c9f..d0661a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.7.1 -ruff==0.1.6 +ruff==0.1.7 black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.8.0.1 From 09debbfc899bd4c0ccba2806895cf2a37568de2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:27:48 +0000 Subject: [PATCH 33/61] Bump types-ujson from 5.8.0.1 to 5.9.0.0 Bumps [types-ujson](https://github.com/python/typeshed) from 5.8.0.1 to 5.9.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c25d7a6..2344170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mypy==1.7.1 ruff==0.1.7 black == 23.11.0 types-PyYAML==6.0.12.12 -types-ujson==5.8.0.1 +types-ujson==5.9.0.0 pydantic~=2.5.2 pytest~=7.4.3 httpx~=0.25.2 \ No newline at end of file From b37899c44c5f5227871e76b66daf924f07107f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:11:59 +0000 Subject: [PATCH 34/61] Bump ruff from 0.1.7 to 0.1.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2344170..22ee6ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.7.1 -ruff==0.1.7 +ruff==0.1.9 black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 From b7658926c31e90a21493ba6a48564aa79a7e119c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:16:01 +0000 Subject: [PATCH 35/61] Update httpx requirement from ~=0.25.2 to ~=0.26.0 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.2...0.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22ee6ce..5ba1a5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.2 pytest~=7.4.3 -httpx~=0.25.2 \ No newline at end of file +httpx~=0.26.0 \ No newline at end of file From 8004f2344bf343912eba9c3decf084f645a456ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:16:02 +0000 Subject: [PATCH 36/61] Update pydantic requirement from ~=2.5.2 to ~=2.5.3 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22ee6ce..9ebf6b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.1.9 black == 23.11.0 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 -pydantic~=2.5.2 +pydantic~=2.5.3 pytest~=7.4.3 httpx~=0.25.2 \ No newline at end of file From a7b62bd8cb50f3ee7500316074828acfbcfbb534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:19:30 +0000 Subject: [PATCH 37/61] Bump black from 23.11.0 to 23.12.1 Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ba1a5e..576c0cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.3.2 mypy==1.7.1 ruff==0.1.9 -black == 23.11.0 +black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.2 From 311817abc450359730e296a8e7a6f28e4f594ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:32:29 +0000 Subject: [PATCH 38/61] Bump mypy from 1.7.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0eb5f1..90f720d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 -mypy==1.7.1 +mypy==1.8.0 ruff==0.1.9 black == 23.12.1 types-PyYAML==6.0.12.12 From aeceed358ab36be915062812fac1cb2d2fc75918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:18:05 +0000 Subject: [PATCH 39/61] Update pytest requirement from ~=7.4.3 to ~=7.4.4 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90f720d..8ae9450 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.3 -pytest~=7.4.3 +pytest~=7.4.4 httpx~=0.26.0 \ No newline at end of file From 8040f6d8e24d9d59a5616bf900c1e7291b64214a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:54:32 +0000 Subject: [PATCH 40/61] Update pytest requirement from ~=7.4.4 to ~=8.0.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ae9450..3a2d18b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.3 -pytest~=7.4.4 +pytest~=8.0.0 httpx~=0.26.0 \ No newline at end of file From 8470001314b1ddd7272b9d52fb03bdf9b33ce656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:51:27 +0000 Subject: [PATCH 41/61] Bump ruff from 0.1.9 to 0.2.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.2.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.9...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ae9450..62bd330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.8.0 -ruff==0.1.9 +ruff==0.2.0 black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 From a1609f1aa4b9f4770fc62036f751199f86ee01e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:16:11 +0000 Subject: [PATCH 42/61] Bump ruff from 0.2.0 to 0.2.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33de347..774343f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.8.0 -ruff==0.2.0 +ruff==0.2.1 black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 From 349e0b2fd5305b8469e57f5b8b229653b67fd0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:24:46 +0000 Subject: [PATCH 43/61] Bump black from 23.12.1 to 24.2.0 Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...24.2.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 774343f..1bf5298 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.3.2 mypy==1.8.0 ruff==0.2.1 -black == 23.12.1 +black == 24.2.0 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.3 From d81b72ddc9ba30266069d96d77e9ddc448b195b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:24:50 +0000 Subject: [PATCH 44/61] Update pytest requirement from ~=8.0.0 to ~=8.0.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 774343f..14150ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 23.12.1 types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.3 -pytest~=8.0.0 +pytest~=8.0.1 httpx~=0.26.0 \ No newline at end of file From 71b624b3ca097405429f8594a129ccc5d9de179b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:24:09 +0000 Subject: [PATCH 45/61] Update httpx requirement from ~=0.26.0 to ~=0.27.0 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f599c0..e4dc2af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ types-PyYAML==6.0.12.12 types-ujson==5.9.0.0 pydantic~=2.5.3 pytest~=8.0.1 -httpx~=0.26.0 \ No newline at end of file +httpx~=0.27.0 \ No newline at end of file From 11a4601f6570fda5172b92091039e6121c5057fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:30:09 +0000 Subject: [PATCH 46/61] Bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f599c0..21370b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 -mypy==1.8.0 +mypy==1.9.0 ruff==0.2.1 black == 24.2.0 types-PyYAML==6.0.12.12 From bd312f82bbd3b8bb563b7a8bdbda703071c387be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:53:32 +0000 Subject: [PATCH 47/61] Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.12 to 6.0.12.20240311. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4056291..09795e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ motor==3.3.2 mypy==1.9.0 ruff==0.2.1 black == 24.2.0 -types-PyYAML==6.0.12.12 +types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 pydantic~=2.5.3 pytest~=8.0.1 From bfa6dfda3dcebce5cd02ff5130cc5c3ae83797b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:05:25 +0000 Subject: [PATCH 48/61] Bump black from 24.2.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09795e4..3214ce7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.3.2 mypy==1.9.0 ruff==0.2.1 -black == 24.2.0 +black == 24.3.0 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 pydantic~=2.5.3 From 1cf8d4ca202c4c49562e1d290be21dbf8a7c86e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:05:39 +0000 Subject: [PATCH 49/61] Update pydantic requirement from ~=2.5.3 to ~=2.6.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.6.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09795e4..7195bc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.2.1 black == 24.2.0 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 -pydantic~=2.5.3 +pydantic~=2.6.4 pytest~=8.0.1 httpx~=0.27.0 \ No newline at end of file From 3deb5144ce255bad242798e7f3cf94e298498c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:11:34 +0000 Subject: [PATCH 50/61] Bump motor from 3.3.2 to 3.4.0 Bumps [motor](https://github.com/mongodb/motor) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 312d5fa..abc66d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.3.2 +motor==3.4.0 mypy==1.9.0 ruff==0.2.1 black == 24.3.0 From cff1413605701c9cc02fad7a4ecb114884a26258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:11:39 +0000 Subject: [PATCH 51/61] Bump ruff from 0.2.1 to 0.3.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 312d5fa..2dd5aa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.3.2 mypy==1.9.0 -ruff==0.2.1 +ruff==0.3.5 black == 24.3.0 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 From 2fc9f15b73e1e6175fc1e8a426889a0d0806c842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:11:36 +0000 Subject: [PATCH 52/61] Bump ruff from 0.3.5 to 0.4.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.4.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.4.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 612fad2..83e1a95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.4.0 mypy==1.9.0 -ruff==0.3.5 +ruff==0.4.1 black == 24.3.0 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 From c6635b5141a40a0971314e46f10f3b1d9b55fe99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:33:35 +0000 Subject: [PATCH 53/61] Bump black from 24.3.0 to 24.4.2 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83e1a95..d76517c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.22.0 motor==3.4.0 mypy==1.9.0 ruff==0.4.1 -black == 24.3.0 +black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 pydantic~=2.6.4 From f7ef61394652ab69e3eee525dd9455f9825a8e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:35:42 +0000 Subject: [PATCH 54/61] Update pydantic requirement from ~=2.6.4 to ~=2.7.1 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.6.4...v2.7.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d76517c..7e77b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.4.1 black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 -pydantic~=2.6.4 +pydantic~=2.7.1 pytest~=8.0.1 httpx~=0.27.0 \ No newline at end of file From ed80f990c66cc81d99c3a816a673b8e18feb8cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:58:00 +0000 Subject: [PATCH 55/61] Update pytest requirement from ~=8.0.1 to ~=8.2.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e77b2e..62d0417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 pydantic~=2.7.1 -pytest~=8.0.1 +pytest~=8.2.0 httpx~=0.27.0 \ No newline at end of file From 6a89aa1820f081563c48ee6a7028d62b11bf6fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:29:34 +0000 Subject: [PATCH 56/61] Bump mypy from 1.9.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62d0417..b1bc0fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.4.0 -mypy==1.9.0 +mypy==1.10.0 ruff==0.4.1 black == 24.4.2 types-PyYAML==6.0.12.20240311 From aac48f7d4c757d7ccbeffbd363afe2da60fb1088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:31:45 +0000 Subject: [PATCH 57/61] Bump ruff from 0.4.1 to 0.4.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.1...v0.4.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1bc0fa..1f34a13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.4.0 mypy==1.10.0 -ruff==0.4.1 +ruff==0.4.4 black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 From 919a0df37ec9eb149707236c7caaa19dcd9f50a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:09:03 +0000 Subject: [PATCH 58/61] Update pytest requirement from ~=8.2.0 to ~=8.2.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f34a13..612120f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 pydantic~=2.7.1 -pytest~=8.2.0 +pytest~=8.2.1 httpx~=0.27.0 \ No newline at end of file From e8eb69b907678e66f2e87ef258fc401688d04965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:44:10 +0000 Subject: [PATCH 59/61] Bump ruff from 0.4.4 to 0.4.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f34a13..b13a6b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.99.1 uvicorn>=0.22.0 motor==3.4.0 mypy==1.10.0 -ruff==0.4.4 +ruff==0.4.5 black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 From ac2e04d1f52a66c6a8735abd44abe3545ec52048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:00:20 +0000 Subject: [PATCH 60/61] Bump types-ujson from 5.9.0.0 to 5.10.0.20240515 Bumps [types-ujson](https://github.com/python/typeshed) from 5.9.0.0 to 5.10.0.20240515. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2593d37..5494a57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mypy==1.10.0 ruff==0.4.5 black == 24.4.2 types-PyYAML==6.0.12.20240311 -types-ujson==5.9.0.0 +types-ujson==5.10.0.20240515 pydantic~=2.7.1 pytest~=8.2.1 httpx~=0.27.0 \ No newline at end of file From 8eba1610f4cb4506faace1fcc59bab22710d9a94 Mon Sep 17 00:00:00 2001 From: Gaurav Dubey Date: Mon, 5 Aug 2024 12:15:27 +0530 Subject: [PATCH 61/61] Update .pre-commit-config.yaml Signed-off-by: Gaurav Dubey --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab37a60..d2531f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks default_language_version: - python: python3.10 + python: python3.12 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-toml @@ -14,19 +14,19 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.7.0 + rev: v3.17.0 hooks: - id: pyupgrade args: - --py3-plus - --keep-runtime-typing - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.275 + rev: v0.5.6 hooks: - id: ruff args: - --fix - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.8.0 hooks: - id: black