Skip to content

Commit 755857e

Browse files
build(deps): bump the pip group across 1 directory with 4 updates (#17)
Bumps the pip group with 4 updates in the / directory: [filelock](https://github.com/tox-dev/py-filelock), [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `filelock` from 3.8.0 to 3.20.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.8.0...3.20.1) Updates `protobuf` from 4.21.6 to 4.25.8 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits/v4.25.8) Updates `requests` from 2.32.2 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.4) Updates `urllib3` from 2.2.2 to 2.6.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.6.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0066df commit 755857e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

python3-cookbook/requirements-jupyter-lite.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core modules (mandatory)
22
jupyterlite-core==0.4.1
3-
jupyterlab~=4.3.6
3+
jupyterlab~=4.5.1
44
notebook~=7.3.3
55

66
# Python kernel (optional)

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ charset-normalizer==2.1.1
55
decorator==4.4.2
66
distlib==0.3.6
77
ffmpeg==1.4
8-
filelock==3.8.0
8+
filelock==3.20.1
99
fitparse==1.2.0
1010
identify==2.5.5
1111
idna==3.7
@@ -19,17 +19,17 @@ Pillow==10.3.0
1919
platformdirs==2.5.2
2020
pre-commit==2.20.0
2121
proglog==0.1.10
22-
protobuf==4.21.6
22+
protobuf==4.25.8
2323
pycodestyle==2.9.1
2424
pyperclip==1.8.2
2525
python-dateutil==2.8.2
2626
pytz==2022.2.1
2727
PyYAML==6.0
28-
requests==2.32.2
28+
requests==2.32.4
2929
six==1.16.0
3030
toml==0.10.2
3131
tqdm==4.66.3
32-
urllib3==2.2.2
32+
urllib3==2.6.0
3333
virtualenv==20.26.6
3434
opencv-python==4.9.0.80
3535
garmin-fit-sdk==21.115.0

0 commit comments

Comments
 (0)