Skip to content

Commit

Permalink
Bump pandas from 1.3.5 to 1.4.2 in /flowdb/testdata/synthetic_data
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.3.5 to 1.4.2.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.3.5...v1.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2022
1 parent df5f6fd commit 6967d4d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion flowdb/testdata/synthetic_data/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
sqlalchemy = "<=1.3.23" # Pinned due to deprecation of 'threadlocal' execution strategy (https://github.com/Flowminder/FlowKit/issues/4863)
pandas = "<=1.3.5" # Pinned due to requirement of sqlalchemy >=1.4 for pandas >=1.4 (https://github.com/Flowminder/FlowKit/issues/4863)
pandas = "<1.4.3" # Pinned due to requirement of sqlalchemy >=1.4 for pandas >=1.4 (https://github.com/Flowminder/FlowKit/issues/4863)
"psycopg2-binary" = "*"
structlog = "*"
tohu = "==0.6.7"
Expand Down
50 changes: 23 additions & 27 deletions flowdb/testdata/synthetic_data/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6967d4d

Please sign in to comment.