Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ tzdata==2025.2
# via pandas
uncertainties==3.2.3
# via pymatgen
urllib3==2.6.1
urllib3==2.6.3
# via requests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ emmet-core==0.86.2
# via mpcontribs-lux (pyproject.toml)
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
filelock==3.20.3
# via virtualenv
flake8==7.3.0
# via mpcontribs-lux (pyproject.toml)
Expand Down Expand Up @@ -203,7 +203,7 @@ tzdata==2025.2
# via pandas
uncertainties==3.2.3
# via pymatgen
urllib3==2.6.1
urllib3==2.6.3
# via requests
virtualenv==20.35.4
virtualenv==20.36.1
# via pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ tzdata==2025.2
# via pandas
uncertainties==3.2.3
# via pymatgen
urllib3==2.6.1
urllib3==2.6.3
# via requests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ emmet-core==0.86.2
# via mpcontribs-lux (pyproject.toml)
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
filelock==3.20.3
# via virtualenv
flake8==7.3.0
# via mpcontribs-lux (pyproject.toml)
Expand Down Expand Up @@ -203,7 +203,7 @@ tzdata==2025.2
# via pandas
uncertainties==3.2.3
# via pymatgen
urllib3==2.6.1
urllib3==2.6.3
# via requests
virtualenv==20.35.4
virtualenv==20.36.1
# via pre-commit
2 changes: 1 addition & 1 deletion mpcontribs-portal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"boto3",
"ddtrace",
"Django>=3.2,<4.0",
"django-extensions",
"django>=3.2,<5.0",
"django-settings-file",
"django-webpack4-loader",
"fastnumbers",
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
django==3.2.25
django==4.2.27
# via
# django-extensions
# django-settings-file
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 @@ -56,7 +56,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
django==3.2.25
django==4.2.27
# via
# django-extensions
# django-settings-file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
django==3.2.25
django==4.2.27
# via
# django-extensions
# django-settings-file
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 @@ -56,7 +56,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
django==3.2.25
django==4.2.27
# via
# django-extensions
# django-settings-file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
django==3.2.25
django==4.2.27
# via
# django-extensions
# django-settings-file
Expand Down
9 changes: 4 additions & 5 deletions mpcontribs-serverless/dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jsonpointer==2.3
# via jsonschema
jsonref==1.0.0.post1
# via bravado-core
jsonschema[format]==3.2.0
jsonschema==3.2.0
# via
# bravado-core
# ddtrace
Expand Down Expand Up @@ -195,6 +195,8 @@ scipy==1.14.0
# via pymatgen
semantic-version==2.10.0
# via mpcontribs-client
setuptools==80.10.2
# via jsonschema
simplejson==3.17.6
# via
# bravado
Expand Down Expand Up @@ -248,14 +250,11 @@ ujson==5.5.0
# via mpcontribs-client
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.19
urllib3==2.6.3
# via requests
wcwidth==0.2.5
# via prompt-toolkit
webcolors==1.12
# via jsonschema
xmltodict==0.13.0
# via ddtrace

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading