Skip to content

Commit

Permalink
🌪 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Nov 23, 2024
1 parent fd0b460 commit aa82086
Show file tree
Hide file tree
Showing 6 changed files with 720 additions and 686 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ get-version = "==3.*"
hangman-solver-rs = "<2"
html2text = "==2024.2.26"
hyrule = {version = "<2", markers = "python_version < '3.13'"}
jsonpickle = "==3.*"
jsonpickle = "==4.*"
lxml = "==5.*"
# more-itertools = "==10.*"
openmoji-dist = "*"
Expand Down
1,021 changes: 511 additions & 510 deletions Pipfile.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cffi==1.17.1
cfgv==3.4.0
charset-normalizer==3.4.0
click==8.1.7
coverage==7.6.4
coverage==7.6.7
cryptography==42.0.8
dill==0.3.9
distlib==0.3.9
docutils==0.21.2
dulwich==0.22.4
dulwich==0.22.6
faker==22.7.0
filelock==3.16.1
flake8==7.1.1
Expand All @@ -27,7 +27,7 @@ flake8-rst-docstrings==0.3.0
flake8-scream==0.1.0
flake8-simplify==0.21.0
html5lib==1.1
identify==2.6.1
identify==2.6.2
idna==3.10
importlib-metadata==8.5.0
iniconfig==2.0.0
Expand Down Expand Up @@ -80,10 +80,10 @@ secretstorage==3.3.3
setuptools==69.5.1
six==1.16.0
snowballstemmer==2.2.0
stevedore==5.3.0
stevedore==5.4.0
time-machine==2.16.0
tomlkit==0.13.2
tornado==6.4.1
tornado==6.4.2
trove-classifiers==2024.10.16
twine==5.1.1
types-beautifulsoup4==4.12.0.20241020
Expand All @@ -104,19 +104,19 @@ typing-extensions==4.12.2
urllib3==2.2.3
virtualenv==20.27.1
webencodings==0.5.1
zipp==3.20.2
zipp==3.21.0
accept-types==0.4.1
aiodns==3.2.0
aiohappyeyeballs==2.4.3
aiohttp==3.10.10
aiohttp==3.11.7
aiosignal==1.3.1
ansi2html==1.9.2
beautifulsoup4==4.12.3
blake3==0.4.1
brotli==1.1.0
defity==0.4.1
defusedxml==0.7.1
dunamai==1.22.0
dunamai==1.23.0
ecs-logging==2.2.0
elastic-apm==6.23.0
elastic-enterprise-search==8.11.0
Expand All @@ -131,7 +131,7 @@ hiredis==3.0.0
html2text==2024.2.26
hy==1.0.0
hyrule==0.7.0
jsonpickle==3.3.0
jsonpickle==4.0.0
lxml==5.3.0
multidict==6.1.0
openmoji-dist==15.0.0.4
Expand All @@ -142,19 +142,19 @@ propcache==0.2.0
pycares==4.4.0
pycryptodome==3.21.0
pycurl==7.45.2
pyjwt==2.9.0
pyjwt==2.10.0
pysocks==1.7.1
python-geoip-geolite2-yplan==2019.1224
python-geoip-yplan==1.2
pytz==2024.2
rapidfuzz==3.10.1
redis==5.2.0
regex==2024.9.11
setproctitle==1.3.3
setproctitle==1.3.4
soupsieve==2.6
typed-stream==0.150.1
tzdata==2024.2
ultradict==0.0.6
uvloop==0.21.0
wrapt==1.16.0
yarl==1.17.1
wrapt==1.17.0
yarl==1.18.0
26 changes: 13 additions & 13 deletions pip-dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cffi==1.17.1; python_version >= '3.8'
cfgv==3.4.0; python_version >= '3.8'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
coverage[toml]==7.6.4; python_version >= '3.9'
coverage[toml]==7.6.7; python_version >= '3.9'
cryptography==42.0.8; python_version >= '3.7'
dill==0.3.9; python_version >= '3.8'
distlib==0.3.9
docutils==0.21.2; python_version >= '3.9'
dulwich==0.22.4; python_version >= '3.8'
dulwich==0.22.6; python_version >= '3.9'
faker==22.7.0; python_version >= '3.8'
filelock==3.16.1; python_version >= '3.8'
flake8==7.1.1; python_full_version >= '3.8.1'
Expand All @@ -27,7 +27,7 @@ flake8-rst-docstrings==0.3.0; python_version >= '3.7'
flake8-scream==0.1.0; python_full_version >= '3.6.1'
flake8-simplify==0.21.0; python_full_version >= '3.6.1'
html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
identify==2.6.1; python_version >= '3.8'
identify==2.6.2; python_version >= '3.9'
idna==3.10; python_version >= '3.6'
importlib-metadata==8.5.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
Expand Down Expand Up @@ -80,10 +80,10 @@ secretstorage==3.3.3; sys_platform == 'linux'
setuptools==69.5.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
snowballstemmer==2.2.0
stevedore==5.3.0; python_version >= '3.8'
stevedore==5.4.0; python_version >= '3.9'
time-machine==2.16.0; python_version >= '3.9'
tomlkit==0.13.2; python_version >= '3.8'
tornado==6.4.1; python_version >= '3.8'
tornado==6.4.2; python_version >= '3.8'
trove-classifiers==2024.10.16
twine==5.1.1; python_version >= '3.8'
types-beautifulsoup4==4.12.0.20241020; python_version >= '3.8'
Expand All @@ -104,19 +104,19 @@ typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
virtualenv==20.27.1; python_version >= '3.8'
webencodings==0.5.1
zipp==3.20.2; python_version >= '3.8'
zipp==3.21.0; python_version >= '3.9'
accept-types==0.4.1
aiodns==3.2.0
aiohappyeyeballs==2.4.3; python_version >= '3.8'
aiohttp[speedups]==3.10.10; python_version >= '3.8'
aiohttp[speedups]==3.11.7; python_version >= '3.9'
aiosignal==1.3.1; python_version >= '3.7'
ansi2html==1.9.2; python_version >= '3.7'
beautifulsoup4==4.12.3; python_full_version >= '3.6.0'
blake3==0.4.1
brotli==1.1.0
defity==0.4.1; python_version >= '3.9'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dunamai==1.22.0; python_version >= '3.5'
dunamai==1.23.0; python_version >= '3.5'
ecs-logging==2.2.0; python_version >= '3.6'
elastic-apm==6.23.0; python_version >= '3.6' and python_version < '4'
elastic-enterprise-search==8.11.0; python_version >= '3.6'
Expand All @@ -131,7 +131,7 @@ hiredis==3.0.0
html2text==2024.2.26; python_version >= '3.8'
hy==1.0.0; python_version < '3.14' and python_version >= '3.8'
hyrule==0.7.0; python_version < '3.13'
jsonpickle==3.3.0; python_version >= '3.7'
jsonpickle==4.0.0; python_version >= '3.8'
lxml==5.3.0; python_version >= '3.6'
multidict==6.1.0; python_version >= '3.8'
openmoji-dist==15.0.0.4
Expand All @@ -142,19 +142,19 @@ propcache==0.2.0; python_version >= '3.8'
pycares==4.4.0; python_version >= '3.8'
pycryptodome==3.21.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycurl==7.45.2; python_version >= '3.5'
pyjwt==2.9.0; python_version >= '3.8'
pyjwt==2.10.0; python_version >= '3.9'
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-geoip-geolite2-yplan==2019.1224
python-geoip-yplan==1.2
pytz==2024.2
rapidfuzz==3.10.1; python_version >= '3.9'
redis[hiredis]==5.2.0; python_version >= '3.8'
regex==2024.9.11; python_version >= '3.8'
setproctitle==1.3.3; python_version >= '3.7'
setproctitle==1.3.4; python_version >= '3.8'
soupsieve==2.6; python_version >= '3.8'
typed-stream==0.150.1; python_version >= '3.10'
tzdata==2024.2; python_version >= '2'
ultradict==0.0.6; python_version >= '3.8'
uvloop==0.21.0; python_full_version >= '3.8.0'
wrapt==1.16.0; python_version >= '3.6'
yarl==1.17.1; python_version >= '3.9'
wrapt==1.17.0; python_version >= '3.8'
yarl==1.18.0; python_version >= '3.9'
16 changes: 8 additions & 8 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
accept-types==0.4.1
aiodns==3.2.0
aiohappyeyeballs==2.4.3; python_version >= '3.8'
aiohttp[speedups]==3.10.10; python_version >= '3.8'
aiohttp[speedups]==3.11.7; python_version >= '3.9'
aiosignal==1.3.1; python_version >= '3.7'
ansi2html==1.9.2; python_version >= '3.7'
attrs==24.2.0; python_version >= '3.7'
Expand All @@ -13,7 +13,7 @@ cffi==1.17.1; python_version >= '3.8'
defity==0.4.1; python_version >= '3.9'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dill==0.3.9; python_version >= '3.8'
dunamai==1.22.0; python_version >= '3.5'
dunamai==1.23.0; python_version >= '3.5'
ecs-logging==2.2.0; python_version >= '3.6'
elastic-apm==6.23.0; python_version >= '3.6' and python_version < '4'
elastic-enterprise-search==8.11.0; python_version >= '3.6'
Expand All @@ -29,7 +29,7 @@ html2text==2024.2.26; python_version >= '3.8'
hy==1.0.0; python_version < '3.14' and python_version >= '3.8'
hyrule==0.7.0; python_version < '3.13'
idna==3.10; python_version >= '3.6'
jsonpickle==3.3.0; python_version >= '3.7'
jsonpickle==4.0.0; python_version >= '3.8'
lxml==5.3.0; python_version >= '3.6'
multidict==6.1.0; python_version >= '3.8'
openmoji-dist==15.0.0.4
Expand All @@ -42,7 +42,7 @@ pycares==4.4.0; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pycryptodome==3.21.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycurl==7.45.2; python_version >= '3.5'
pyjwt==2.9.0; python_version >= '3.8'
pyjwt==2.10.0; python_version >= '3.9'
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-geoip-geolite2-yplan==2019.1224
Expand All @@ -52,14 +52,14 @@ pyyaml==6.0.2; python_version >= '3.8'
rapidfuzz==3.10.1; python_version >= '3.9'
redis[hiredis]==5.2.0; python_version >= '3.8'
regex==2024.9.11; python_version >= '3.8'
setproctitle==1.3.3; python_version >= '3.7'
setproctitle==1.3.4; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.6; python_version >= '3.8'
tornado==6.4.1; python_version >= '3.8'
tornado==6.4.2; python_version >= '3.8'
typed-stream==0.150.1; python_version >= '3.10'
tzdata==2024.2; python_version >= '2'
ultradict==0.0.6; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
uvloop==0.21.0; python_full_version >= '3.8.0'
wrapt==1.16.0; python_version >= '3.6'
yarl==1.17.1; python_version >= '3.9'
wrapt==1.17.0; python_version >= '3.8'
yarl==1.18.0; python_version >= '3.9'
Loading

0 comments on commit aa82086

Please sign in to comment.