Skip to content

Commit af73274

Browse files
Bump future in /mpcontribs-portal in the pip group across 1 directory
Bumps the pip group with 1 update in the /mpcontribs-serverless/dependencies directory: [future](https://github.com/PythonCharmers/python-future). Updates `future` from 0.18.3 to 1.0.0 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfc5fd1 commit af73274

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

mpcontribs-portal/requirements/deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ plotly==6.3.0
253253
# pymatgen
254254
prompt-toolkit==3.0.52
255255
# via ipython
256-
protobuf==6.32.0
256+
protobuf==6.32.1
257257
# via ddtrace
258258
psutil==7.0.0
259259
# via ipykernel

mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ plotly==6.3.0
249249
# pymatgen
250250
prompt-toolkit==3.0.52
251251
# via ipython
252-
protobuf==6.32.0
252+
protobuf==6.32.1
253253
# via ddtrace
254254
psutil==7.0.0
255255
# via ipykernel

mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pluggy==1.6.0
258258
# via pytest
259259
prompt-toolkit==3.0.52
260260
# via ipython
261-
protobuf==6.32.0
261+
protobuf==6.32.1
262262
# via ddtrace
263263
psutil==7.0.0
264264
# via ipykernel

mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ plotly==6.3.0
249249
# pymatgen
250250
prompt-toolkit==3.0.52
251251
# via ipython
252-
protobuf==6.32.0
252+
protobuf==6.32.1
253253
# via ddtrace
254254
psutil==7.0.0
255255
# via ipykernel

mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pluggy==1.6.0
258258
# via pytest
259259
prompt-toolkit==3.0.52
260260
# via ipython
261-
protobuf==6.32.0
261+
protobuf==6.32.1
262262
# via ddtrace
263263
psutil==7.0.0
264264
# via ipykernel

mpcontribs-serverless/dependencies/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ flatten-dict==0.4.2
5555
# via mpcontribs-client
5656
fonttools==4.43.0
5757
# via matplotlib
58-
future==0.18.3
58+
future==1.0.0
5959
# via uncertainties
6060
idna==3.7
6161
# via
@@ -135,7 +135,7 @@ plotly==5.11.0
135135
# pymatgen
136136
prompt-toolkit==3.0.31
137137
# via ipython
138-
protobuf==4.21.9
138+
protobuf==4.25.8
139139
# via
140140
# ddsketch
141141
# ddtrace
@@ -177,7 +177,7 @@ pyyaml==6.0
177177
# swagger-spec-validator
178178
redis==4.4.4
179179
# via -r requirements.in
180-
requests==2.32.3
180+
requests==2.32.4
181181
# via
182182
# bravado
183183
# bravado-core
@@ -248,7 +248,7 @@ ujson==5.5.0
248248
# via mpcontribs-client
249249
uncertainties==3.1.7
250250
# via pymatgen
251-
urllib3==1.26.19
251+
urllib3==2.5.0
252252
# via requests
253253
wcwidth==0.2.5
254254
# via prompt-toolkit

0 commit comments

Comments
 (0)