Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [fastapi[all]](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.3` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.8.0` | `4.10.1` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.4` | `1.1.5` |
| [faker](https://github.com/joke2k/faker) | `28.4.1` | `30.8.1` |



Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

Updates `fastapi[all]` from 0.114.2 to 0.115.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.2...0.115.3)

Updates `pymongo` from 4.8.0 to 4.10.1
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.8.0...4.10.1)

Updates `uvicorn` from 0.30.6 to 0.32.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.32.0)

Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `pylint` from 3.2.7 to 3.3.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.1)

Updates `pytest-env` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.4...1.1.5)

Updates `faker` from 28.4.1 to 30.8.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v28.4.1...v30.8.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytest-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 5c8edc4 commit b0f3b8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ requires-python = ">=3.12"
version = "1.0.0"

dependencies = [
"cryptography==43.0.1",
"fastapi[all]==0.114.2",
"cryptography==43.0.3",
"fastapi[all]==0.115.3",
"PyJWT==2.9.0",
"pymongo==4.8.0",
"uvicorn==0.30.6"
"pymongo==4.10.1",
"uvicorn==0.32.0"
]

[project.urls]
Expand All @@ -21,20 +21,20 @@ dependencies = [

[project.optional-dependencies]
code-analysis = [
"black==24.8.0",
"pylint==3.2.7",
"black==24.10.0",
"pylint==3.3.1",
"inventory-management-system-api[test]"
]

test = [
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"pytest-cov==5.0.0",
"pytest-env==1.1.4"
"pytest-env==1.1.5"
]

scripts = [
"faker==28.4.1",
"faker==30.8.1",
"requests==2.32.3"
]

Expand Down

0 comments on commit b0f3b8f

Please sign in to comment.