Skip to content

Commit

Permalink
⬆️ Bump requests from 2.31.0 to 2.32.2 (#606)
Browse files Browse the repository at this point in the history
* ⬆️ Bump requests from 2.31.0 to 2.32.2

Bumps [requests](https://github.com/psf/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)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* try updating conda

* Try with miniforge

* try without cache

* try with default settings

* wip

* wip

* wip

* re-enable cache

* re-enable latest miniconda

* wip

* use bundled conda

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
  • Loading branch information
dependabot[bot] and dionhaefner committed May 23, 2024
1 parent f250184 commit 798d103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
key:
${{ runner.os }}-conda-${{hashFiles('conda-environment.yml') }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: veros
environment-file: conda-environment.yml
use-only-tar-bz2: true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.1.7
entrypoints==0.4
requests==2.31.0
requests==2.32.2
numpy==1.26.4
scipy==1.13.0
h5netcdf==1.3.0
Expand Down

0 comments on commit 798d103

Please sign in to comment.