Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Bump the pip group group in /stays with 1 update #13

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump the pip group across 1 directories with 2 updates
Bumps the pip group with 2 updates in the /stays directory: [django](https://github.com/django/django) and [cryptography](https://github.com/pyca/cryptography).


Updates `django` from 4.2.7 to 4.2.10
- [Commits](django/django@4.2.7...4.2.10)

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

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
commit 78976c0be53739cdbeb17eb9a477aa6d946ff437
75 changes: 43 additions & 32 deletions stays/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stays/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
django = "^4.2.7"
django = "^4.2.10"
pymongo = "^4.5.0"
psycopg = "^3.1.10"
pytest = "^7.4.1"
Expand Down
Loading