Skip to content

Commit 08cb3ce

Browse files
build: Bump django from 4.1.10 to 4.2.16 (#131)
Bumps [django](https://github.com/django/django) from 4.1.10 to 4.2.16. - [Commits](django/django@4.1.10...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43eee9d commit 08cb3ce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
asgiref==3.5.2
7+
asgiref==3.8.1
88
# via django
99
build==0.8.0
1010
# via pip-tools
@@ -16,7 +16,7 @@ click==8.1.3
1616
# via pip-tools
1717
distlib==0.3.6
1818
# via virtualenv
19-
django==4.1.10
19+
django==4.2.16
2020
# via -r requirements.in
2121
filelock==3.8.0
2222
# via virtualenv
@@ -42,6 +42,12 @@ sqlparse==0.4.3
4242
# via django
4343
toml==0.10.2
4444
# via pre-commit
45+
tomli==2.0.2
46+
# via
47+
# build
48+
# pep517
49+
typing-extensions==4.12.2
50+
# via asgiref
4551
virtualenv==20.16.5
4652
# via pre-commit
4753
wheel==0.38.1

0 commit comments

Comments
 (0)