build(deps): bump dependencies

This commit is contained in:
Ethan Nguyen 2023-04-10 23:16:21 -05:00
parent 07648a5a37
commit 641f29a10d
No known key found for this signature in database
GPG Key ID: B4CA5339AF911920
2 changed files with 17 additions and 9 deletions

View File

@ -7,10 +7,10 @@ name = "pypi"
crispy-bootstrap5 = "~=0.7" crispy-bootstrap5 = "~=0.7"
django = "~=3.2.18" django = "~=3.2.18"
django-bootstrap-pagination = "~=1.7.1" django-bootstrap-pagination = "~=1.7.1"
django-crispy-forms = "~=1.14.0" django-crispy-forms = "~=2.0"
django-extensions = "~=3.2.1" django-extensions = "~=3.2.1"
gunicorn = "~=20.1.0" gunicorn = "~=20.1.0"
ipython = "~=8.10.0" ipython = "~=8.12.0"
mistune = "~=2.0.5" mistune = "~=2.0.5"
psycopg2 = "~=2.9.5" psycopg2 = "~=2.9.5"
pygments = "~=2.14.0" pygments = "~=2.14.0"

22
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "c24074d89a6eb31bde3d392d5b0eba7217af21db60babd72e20faca9c4cca2de" "sha256": "19bc5651835946f1e4fe7e7834590b4a0f861cbd6d820ade3e92a8bb929eb002"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -263,11 +263,11 @@
}, },
"django-crispy-forms": { "django-crispy-forms": {
"hashes": [ "hashes": [
"sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b", "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322",
"sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604" "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13"
], ],
"index": "pypi", "index": "pypi",
"version": "==1.14.0" "version": "==2.0"
}, },
"django-extensions": { "django-extensions": {
"hashes": [ "hashes": [
@ -302,11 +302,11 @@
}, },
"ipython": { "ipython": {
"hashes": [ "hashes": [
"sha256:b13a1d6c1f5818bd388db53b7107d17454129a70de2b87481d555daede5eb49e", "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c",
"sha256:b38c31e8fc7eff642fc7c597061fff462537cf2314e3225a19c906b7b0d8a345" "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d"
], ],
"index": "pypi", "index": "pypi",
"version": "==8.10.0" "version": "==8.12.0"
}, },
"jedi": { "jedi": {
"hashes": [ "hashes": [
@ -512,6 +512,14 @@
"markers": "python_version >= '3.7'", "markers": "python_version >= '3.7'",
"version": "==5.9.0" "version": "==5.9.0"
}, },
"typing-extensions": {
"hashes": [
"sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb",
"sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"
],
"markers": "python_version < '3.10'",
"version": "==4.5.0"
},
"urllib3": { "urllib3": {
"hashes": [ "hashes": [
"sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305", "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305",