Skip to content

Commit

Permalink
Bump the pytest group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the pytest group with 10 updates in the /tests directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `1.23.3` | `2.1.1` |
| [scipy](https://github.com/scipy/scipy) | `1.13.1` | `1.14.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.0.3` | `2.2.2` |
| [xdeps](https://github.com/xsuite/xsuite) | `0.4.2` | `0.6.5` |
| [xfields](https://github.com/xsuite/xsuite) | `0.13.1` | `0.21.0` |
| [xobjects](https://github.com/xsuite/xsuite) | `0.2.8` | `0.4.4` |
| [xpart](https://github.com/xsuite/xsuite) | `0.15.3` | `0.19.0` |
| [xtrack](https://github.com/xsuite/xsuite) | `0.42.0` | `0.67.0` |
| [ipython](https://github.com/ipython/ipython) | `8.18.1` | `8.27.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.0.11` | `4.2.5` |



Updates `numpy` from 1.23.3 to 2.1.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.3...v2.1.1)

Updates `scipy` from 1.13.1 to 1.14.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.1...v1.14.1)

Updates `pandas` from 2.0.3 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.3...v2.2.2)

Updates `xdeps` from 0.4.2 to 0.6.5
- [Changelog](https://github.com/xsuite/xsuite/blob/main/make_changelog.py)
- [Commits](https://github.com/xsuite/xsuite/commits)

Updates `xfields` from 0.13.1 to 0.21.0
- [Changelog](https://github.com/xsuite/xsuite/blob/main/make_changelog.py)
- [Commits](https://github.com/xsuite/xsuite/commits)

Updates `xobjects` from 0.2.8 to 0.4.4
- [Changelog](https://github.com/xsuite/xsuite/blob/main/make_changelog.py)
- [Commits](https://github.com/xsuite/xsuite/commits)

Updates `xpart` from 0.15.3 to 0.19.0
- [Changelog](https://github.com/xsuite/xsuite/blob/main/make_changelog.py)
- [Commits](https://github.com/xsuite/xsuite/commits)

Updates `xtrack` from 0.42.0 to 0.67.0
- [Changelog](https://github.com/xsuite/xsuite/blob/main/make_changelog.py)
- [Commits](https://github.com/xsuite/xsuite/commits)

Updates `ipython` from 8.18.1 to 8.27.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.1...8.27.0)

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/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pytest
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: xdeps
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: xfields
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: xobjects
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: xpart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: xtrack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pytest
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent d3add1a commit e367a82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# xplt dependencies
matplotlib==3.9.2
numpy==2.0.2
scipy==1.13.1
numpy==2.1.1
scipy==1.14.1
pint==0.24.3
# xplt optional dependencies
pandas==2.2.2
# other dependencies
xdeps==0.6.3
xfields==0.20.3
xdeps==0.6.5
xfields==0.21.0
xobjects==0.4.4
xpart==0.18.6
xtrack==0.66.1
ipython==8.18.1
xpart==0.19.0
xtrack==0.67.0
ipython==8.27.0
jupyterlab==4.2.5
tabulate==0.9.0
16 changes: 8 additions & 8 deletions tests/requirements-numpy1.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Overwrites specific versions for additionally testing numpy 1.* support
numpy==1.23.3
xdeps==0.4.2
xfields==0.13.1
xobjects==0.2.8
xpart==0.15.3
xtrack==0.42.0
jupyterlab==4.0.11
pandas==2.0.3
numpy==2.1.1
xdeps==0.6.5
xfields==0.21.0
xobjects==0.4.4
xpart==0.19.0
xtrack==0.67.0
jupyterlab==4.2.5
pandas==2.2.2

0 comments on commit e367a82

Please sign in to comment.