diff --git a/Pipfile.lock b/Pipfile.lock index fab7826..3cad6b2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -185,12 +185,12 @@ }, "django": { "hashes": [ - "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905", - "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f" + "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2", + "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==5.0.6" + "version": "==5.0.7" }, "django-axes": { "extras": [ @@ -859,11 +859,11 @@ }, "setuptools": { "hashes": [ - "sha256:b8b8060bb426838fbe942479c90296ce976249451118ef566a5a0b7d8b78fb05", - "sha256:bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1" + "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5", + "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc" ], "markers": "python_version >= '3.8'", - "version": "==70.2.0" + "version": "==70.3.0" }, "six": { "hashes": [ @@ -1376,11 +1376,11 @@ }, "tomlkit": { "hashes": [ - "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f", - "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c" + "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72", + "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264" ], - "markers": "python_version >= '3.7'", - "version": "==0.12.5" + "markers": "python_version >= '3.8'", + "version": "==0.13.0" }, "tornado": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 2f8193a..d16af5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 coreapi==2.3.3 coreschema==0.0.4 difpy==4.1.0 -django==5.0.6 +django==5.0.7 django-axes==6.5.1 django-cors-headers==4.4.0 django-ipware==7.0.1 @@ -34,7 +34,7 @@ pytz==2024.1 pyyaml==6.0.1 redis==5.0.7 requests==2.32.3 -setuptools==70.2.0 +setuptools==70.3.0 six==1.16.0 sqlparse==0.5.0 toml==0.10.2 @@ -78,7 +78,7 @@ python-dateutil==2.9.0.post0 pyzmq==26.0.3 six==1.16.0 stack-data==0.6.3 -tomlkit==0.12.5 +tomlkit==0.13.0 tornado==6.4.1 traitlets==5.14.3 typing-extensions==4.12.2 diff --git a/version.md b/version.md index 3b84289..e10bb47 100644 --- a/version.md +++ b/version.md @@ -1,2 +1,2 @@ # SERVER VERSION -1.4.6-beta \ No newline at end of file +1.4.7-beta \ No newline at end of file