Skip to content

Commit

Permalink
build(deps): update dython requirement from <=0.7.4 to <=0.7.5 in /re…
Browse files Browse the repository at this point in the history
…quirements (#2353)

build(deps): update dython requirement in /requirements

Updates the requirements on [dython](https://github.com/shakedzy/dython) to permit the latest version.
- [Release notes](https://github.com/shakedzy/dython/releases)
- [Changelog](https://github.com/shakedzy/dython/blob/master/CHANGELOG.md)
- [Commits](shakedzy/dython@0.1.0...v0.7.5)

---
updated-dependencies:
- dependency-name: dython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 84a6d3f commit 321a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/nominal_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

pandas >1.0.0, <=2.0.3 # cannot pin version due to numpy version incompatibility
dython <=0.7.4
dython <=0.7.5
scipy >1.0.0, <1.11.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0

0 comments on commit 321a7a1

Please sign in to comment.