Skip to content

Commit 0ba418b

Browse files
committed
Bump Django,orjson,dotenv and tzdata
1 parent 5b2cb67 commit 0ba418b

File tree

3 files changed

+80
-79
lines changed

3 files changed

+80
-79
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ name = "pypi"
77
annotated-types = "==0.6.0"
88
asgiref = "==3.7.2"
99
colorama = "==0.4.6"
10-
django = "==5.0.1"
10+
django = "*"
1111
django-ninja = "==1.1.0"
12-
orjson = "==3.9.12"
12+
orjson = "*"
1313
packaging = "==23.2"
1414
pltable = "==1.1.0"
1515
pydantic = "==2.5.3"
1616
pydantic-core = "==2.14.6"
17-
python-dotenv = "==1.0.0"
17+
python-dotenv = "*"
1818
sqlparse = "==0.4.4"
1919
typing-extensions = "==4.9.0"
20-
tzdata = "==2023.4"
20+
tzdata = "*"
2121

2222
[dev-packages]
2323

Pipfile.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirement.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
annotated-types==0.6.0
2-
asgiref==3.7.2
3-
colorama==0.4.6
4-
Django==5.0.1
5-
django-ninja==1.1.0
6-
orjson==3.9.12
7-
packaging==23.2
8-
PLTable==1.1.0
9-
pydantic==2.5.3
10-
pydantic_core==2.14.6
11-
python-dotenv==1.0.0
12-
sqlparse==0.4.4
13-
typing_extensions==4.9.0
14-
tzdata==2023.4
1+
-i https://pypi.org/simple
2+
annotated-types==0.6.0; python_version >= '3.8'
3+
asgiref==3.7.2; python_version >= '3.7'
4+
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
5+
django==5.0.2; python_version >= '3.10'
6+
django-ninja==1.1.0; python_version >= '3.7'
7+
orjson==3.9.13; python_version >= '3.8'
8+
packaging==23.2; python_version >= '3.7'
9+
pltable==1.1.0
10+
pydantic==2.5.3; python_version >= '3.7'
11+
pydantic-core==2.14.6; python_version >= '3.7'
12+
python-dotenv==1.0.1; python_version >= '3.8'
13+
sqlparse==0.4.4; python_version >= '3.5'
14+
typing-extensions==4.9.0; python_version >= '3.8'
15+
tzdata==2024.1; python_version >= '2'

0 commit comments

Comments
 (0)