Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cramjam==2.11.0
# via python-snappy
crontab==1.0.5
# via rq-scheduler
cryptography==49.0.0
cryptography==48.0.1
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-api/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via mpcontribs-api (pyproject.toml)
Expand Down Expand Up @@ -68,7 +68,7 @@ cramjam==2.11.0
# via python-snappy
crontab==1.0.5
# via rq-scheduler
cryptography==48.0.0
cryptography==48.0.1
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-api/requirements/ubuntu-latest_py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via mpcontribs-api (pyproject.toml)
Expand Down Expand Up @@ -68,7 +68,7 @@ cramjam==2.11.0
# via python-snappy
crontab==1.0.5
# via rq-scheduler
cryptography==48.0.0
cryptography==48.0.1
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (pyproject.toml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via -r requirements.in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via -r requirements.in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via -r requirements.in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
blinker==1.9.0
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
boltons==25.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ beautifulsoup4==4.14.3
# via nbconvert
bibtexparser==1.4.4
# via pymatgen-core
bleach[css]==6.3.0
bleach[css]==6.4.0
# via nbconvert
boltons==25.0.0
# via
Expand Down
4 changes: 1 addition & 3 deletions mpcontribs-serverless/dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jsonpointer==2.3
# via jsonschema
jsonref==1.0.0.post1
# via bravado-core
jsonschema==3.2.0
jsonschema[format]==3.2.0
# via
# bravado-core
# mpcontribs-client
Expand Down Expand Up @@ -181,8 +181,6 @@ scipy==1.14.0
# via pymatgen
semantic-version==2.10.0
# via mpcontribs-client
setuptools==82.0.1
# via jsonschema
simplejson==3.17.6
# via
# bravado
Expand Down
Loading