Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
2a717b7
1
Parent(s):
40a9cf3
Bump ujson from 5.4.0 to 5.5.0
Browse filesBumps [ujson](https://github.com/ultrajson/ultrajson) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.4.0...5.5.0)
---
updated-dependencies:
- dependency-name: ujson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -31,6 +31,6 @@ soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.
|
|
31 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
32 |
tswift==0.7.0
|
33 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
34 |
-
ujson==5.
|
35 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
36 |
wikipedia==1.4.0
|
|
|
31 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
32 |
tswift==0.7.0
|
33 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
34 |
+
ujson==5.5.0; python_version >= "3.7"
|
35 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
36 |
wikipedia==1.4.0
|