Skip to content

Commit

Permalink
Bump the pip group across 5 directories with 18 updates (#1)
Browse files Browse the repository at this point in the history
Bumps the pip group with 18 updates in the /scripts/requirements/compiled directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.7.4` |
| [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.25.3` | `1.26.19` |
| [black](https://github.com/psf/black) | `23.12.1` | `24.3.0` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `43.0.1` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.3.2` | `1.5.0` |
| [setuptools](https://github.com/pypa/setuptools) | `69.0.3` | `70.0.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` |
| [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.19.1` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.0.11` | `4.2.5` |
| [notebook](https://github.com/jupyter/notebook) | `7.0.7` | `7.2.2` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.4` | `6.4.1` |
| [keras](https://github.com/keras-team/keras) | `2.8.0` | `2.13.1` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` |
| [tensorflow](https://github.com/tensorflow/tensorflow) | `2.8.1` | `2.12.1` |
| [torch](https://github.com/pytorch/pytorch) | `1.12.1` | `2.2.0` |

Bumps the pip group with 6 updates in the /scripts/scenarios directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.7` | `43.0.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.18.1` | `3.19.1` |

Bumps the pip group with 1 update in the /scripts/workspaces/albatross-project-in-excluded/packages/seeds directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /scripts/workspaces/albatross-root-workspace/packages/seeds directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /scripts/workspaces/albatross-virtual-workspace/packages/seeds directory: [idna](https://github.com/kjd/idna).


Updates `certifi` from 2023.11.17 to 2024.7.4
- [Commits](certifi/python-certifi@2023.11.17...2024.07.04)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 1.25.3 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.3...1.26.19)

Updates `black` from 23.12.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.3.0)

Updates `cryptography` from 41.0.7 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...43.0.1)

Updates `jinja2` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.4)

Updates `scikit-learn` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.3.2...1.5.0)

Updates `setuptools` from 69.0.3 to 70.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.3...v70.0.0)

Updates `tqdm` from 4.66.1 to 4.66.3
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.1...v4.66.3)

Updates `zipp` from 3.17.0 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

Updates `jupyterlab` from 4.0.11 to 4.2.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.2.5/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.11...@jupyterlab/lsp@4.2.5)

Updates `notebook` from 7.0.7 to 7.2.2
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.2.2/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.7...@jupyter-notebook/tree@7.2.2)

Updates `tornado` from 6.4 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.0...v6.4.1)

Updates `keras` from 2.8.0 to 2.13.1
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v2.8.0...v2.13.1)

Updates `pillow` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.2.0...10.3.0)

Updates `tensorflow` from 2.8.1 to 2.12.1
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.8.1...v2.12.1)

Updates `torch` from 1.12.1 to 2.2.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.12.1...v2.2.0)

Updates `certifi` from 2024.2.2 to 2024.7.4
- [Commits](certifi/python-certifi@2023.11.17...2024.07.04)

Updates `idna` from 3.7 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.3...1.26.19)

Updates `cryptography` from 42.0.7 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...43.0.1)

Updates `zipp` from 3.18.1 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tqdm
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: zipp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jupyterlab
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: notebook
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: keras
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
- dependency-name: zipp
  dependency-type: indirect
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  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>
Co-authored-by: NxPKG <iconmamundentist@gmail.com>
  • Loading branch information
dependabot[bot] and NxPKG authored Oct 16, 2024
1 parent 28001c9 commit d1df612
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements/compiled/black.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile scripts/requirements/black.in
black==23.12.1
black==24.3.0
click==8.1.7
# via black
mypy-extensions==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements/compiled/boto3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ s3transfer==0.3.7
# via boto3
six==1.16.0
# via python-dateutil
urllib3==1.25.3
urllib3==1.26.19
# via botocore
20 changes: 10 additions & 10 deletions scripts/requirements/compiled/flyte.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==23.2.0
autoflake==2.2.1
cachetools==5.3.2
# via google-auth
certifi==2023.11.17
certifi==2024.7.4
# via requests
cfgv==3.4.0
# via pre-commit
Expand Down Expand Up @@ -77,7 +77,7 @@ h5py==3.10.0
hypothesis==6.92.5
identify==2.5.33
# via pre-commit
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -88,7 +88,7 @@ jedi==0.19.1
# via ipython
joblib==1.3.2
# via scikit-learn
keras==2.8.0
keras==2.13.1
# via tensorflow
keras-preprocessing==1.1.2
# via tensorflow
Expand Down Expand Up @@ -130,7 +130,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
platformdirs==4.1.0
# via virtualenv
pluggy==1.3.0
Expand Down Expand Up @@ -174,7 +174,7 @@ python-dateutil==2.8.2
# via google-cloud-bigquery
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
requests==2.32.2
# via
# google-api-core
# google-cloud-bigquery
Expand All @@ -184,10 +184,10 @@ requests-oauthlib==1.3.1
# via google-auth-oauthlib
rsa==4.9
# via google-auth
scikit-learn==1.3.2
scikit-learn==1.5.0
scipy==1.11.4
# via scikit-learn
setuptools==69.0.3
setuptools==70.0.0
# via
# nodeenv
# tensorboard
Expand All @@ -210,7 +210,7 @@ tensorboard-data-server==0.6.1
# via tensorboard
tensorboard-plugin-wit==1.8.1
# via tensorboard
tensorflow==2.8.1
tensorflow==2.12.1
tensorflow-estimator==2.8.0
# via tensorflow
tensorflow-io-gcs-filesystem==0.35.0
Expand All @@ -224,7 +224,7 @@ tomli==2.0.1
# autoflake
# mypy
# pytest
torch==1.12.1
torch==2.2.0
traitlets==5.14.1
# via
# ipython
Expand All @@ -238,7 +238,7 @@ typing-extensions==4.9.0
# mypy
# tensorflow
# torch
urllib3==2.1.0
urllib3==1.26.19
# via
# requests
# types-requests
Expand Down
16 changes: 8 additions & 8 deletions scripts/requirements/compiled/jupyter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
certifi==2023.11.17
certifi==2024.7.4
# via requests
cffi==1.16.0
# via argon2-cffi-bindings
Expand All @@ -44,7 +44,7 @@ fastjsonschema==2.19.1
# via nbformat
fqdn==1.5.1
# via jsonschema
idna==3.6
idna==3.7
# via
# anyio
# jsonschema
Expand All @@ -66,7 +66,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.1
# via ipython
jinja2==3.1.3
jinja2==3.1.4
# via
# jupyter-server
# jupyterlab
Expand Down Expand Up @@ -117,7 +117,7 @@ jupyter-server==2.12.5
# notebook-shim
jupyter-server-terminals==0.5.2
# via jupyter-server
jupyterlab==4.0.11
jupyterlab==4.2.5
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -150,7 +150,7 @@ nbformat==5.9.2
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
notebook==7.0.7
notebook==7.2.2
# via jupyter
notebook-shim==0.2.3
# via
Expand Down Expand Up @@ -221,7 +221,7 @@ referencing==0.33.0
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.31.0
requests==2.32.2
# via jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand Down Expand Up @@ -255,7 +255,7 @@ terminado==0.18.0
# jupyter-server-terminals
tinycss2==1.2.1
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -284,7 +284,7 @@ types-python-dateutil==2.8.19.20240106
# via arrow
uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
urllib3==1.26.19
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
8 changes: 4 additions & 4 deletions scripts/requirements/compiled/pdm_2193.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file was autogenerated by uv via the following command:
# uv pip compile scripts/requirements/pdm_2193.in
certifi==2023.11.17
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.6
idna==3.7
# via requests
numpy==1.26.3
# via pandas
Expand All @@ -20,12 +20,12 @@ python-dateutil==2.7.5
# sat-stac
pytz==2023.3.post1
# via pandas
requests==2.31.0
requests==2.32.2
# via
# pystac-client
# sat-stac
sat-stac==0.4.1
six==1.16.0
# via python-dateutil
urllib3==2.1.0
urllib3==1.26.19
# via requests
22 changes: 11 additions & 11 deletions scripts/requirements/compiled/scispacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# uv pip compile scripts/requirements/scispacy.in
annotated-types==0.6.0
# via pydantic
black==23.12.1
black==24.3.0
blis==0.7.11
# via thinc
catalogue==2.0.10
# via
# spacy
# srsly
# thinc
certifi==2023.11.17
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -25,7 +25,7 @@ confection==0.1.4
conllu==4.5.3
coverage==7.4.0
# via pytest-cov
cryptography==41.0.7
cryptography==43.0.1
# via secretstorage
cymem==2.0.8
# via
Expand All @@ -37,7 +37,7 @@ docutils==0.20.1
exceptiongroup==1.2.0
# via pytest
flake8==7.0.0
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.0.1
# via
Expand All @@ -51,7 +51,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.4
# via spacy
joblib==1.3.2
# via scikit-learn
Expand Down Expand Up @@ -137,7 +137,7 @@ pytz==2023.3.post1
# via pandas
readme-renderer==42.0
# via twine
requests==2.31.0
requests==2.32.2
# via
# requests-toolbelt
# spacy
Expand All @@ -148,12 +148,12 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
scikit-learn==1.3.2
scikit-learn==1.5.0
scipy==1.10.1
# via scikit-learn
secretstorage==3.3.3
# via keyring
setuptools==69.0.3
setuptools==70.0.0
# via
# spacy
# spacy-lookups-data
Expand Down Expand Up @@ -184,7 +184,7 @@ tomli==2.0.1
# black
# mypy
# pytest
tqdm==4.66.1
tqdm==4.66.3
# via spacy
twine==4.0.2
typer==0.9.0
Expand All @@ -203,7 +203,7 @@ typing-extensions==4.9.0
# typer
tzdata==2023.4
# via pandas
urllib3==2.1.0
urllib3==1.26.19
# via
# requests
# twine
Expand All @@ -212,5 +212,5 @@ wasabi==1.1.2
# via
# spacy
# thinc
zipp==3.17.0
zipp==3.19.1
# via importlib-metadata
12 changes: 6 additions & 6 deletions scripts/requirements/compiled/trio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ attrs==23.2.0
# via outcome
babel==2.14.0
# via sphinx
certifi==2023.11.17
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via towncrier
cryptography==41.0.7
cryptography==43.0.1
# via pyopenssl
docutils==0.19
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.0
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
immutables==0.20
incremental==22.10.0
# via towncrier
jinja2==3.1.2
jinja2==3.1.4
# via
# sphinx
# towncrier
Expand All @@ -42,7 +42,7 @@ pycparser==2.21
pygments==2.17.2
# via sphinx
pyopenssl==23.3.0
requests==2.31.0
requests==2.32.2
# via sphinx
sniffio==1.3.0
snowballstemmer==2.2.0
Expand Down Expand Up @@ -77,5 +77,5 @@ sphinxcontrib-trio==1.1.2
tomli==2.0.1
# via towncrier
towncrier==23.11.0
urllib3==2.1.0
urllib3==1.26.19
# via requests
12 changes: 6 additions & 6 deletions scripts/scenarios/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile scripts/scenarios/requirements.in -o scripts/scenarios/requirements.txt --refresh-package packse -n
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -10,13 +10,13 @@ chevron-blue==0.2.1
# via
# -r requirements.in
# packse
cryptography==42.0.7
cryptography==43.0.1
# via secretstorage
docutils==0.21.2
# via readme-renderer
hatchling==1.24.2
# via packse
idna==3.7
idna==3.10
# via requests
importlib-metadata==7.1.0
# via twine
Expand Down Expand Up @@ -64,7 +64,7 @@ pyyaml==6.0.1
# via packse
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.2
# via
# requests-toolbelt
# twine
Expand All @@ -80,9 +80,9 @@ trove-classifiers==2024.4.10
# via hatchling
twine==4.0.2
# via packse
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
zipp==3.18.1
zipp==3.19.1
# via importlib-metadata
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "seeds"
version = "1.0.0"
requires-python = ">=3.12"
dependencies = ["idna==3.6"]
dependencies = ["idna==3.7"]

[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit d1df612

Please sign in to comment.