Skip to content

Commit

Permalink
Bump ztfquery from 1.16.0 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [ztfquery](https://github.com/MickaelRigault/ztfquery) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/MickaelRigault/ztfquery/releases)
- [Commits](https://github.com/MickaelRigault/ztfquery/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2021
1 parent 75d149c commit 181c9a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lxml==4.6.4
matplotlib==3.5.0
numpy==1.21.4
pandas==1.3.4
psycopg2-binary==2.9.1
psycopg2-binary==2.9.2
pydantic==1.4
pymongo==3.12.0
pysedm==0.27.4
Expand All @@ -32,7 +32,7 @@ ratelimit==2.2.1
requests==2.26.0
scipy==1.7.3
seaborn == 0.11.2
setuptools==58.2.0
setuptools==59.4.0
shapely==1.7.1
sklearn==0.0
slackclient==2.9.3
Expand All @@ -41,4 +41,4 @@ tqdm==4.62.3
wget==3.2
zerorpc==0.6.3
ztf-plan-obs==0.33
ztfquery==1.16.0
ztfquery==1.17.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"matplotlib==3.5.0",
"numpy==1.21.4",
"pandas == 1.3.4",
"psycopg2-binary == 2.9.1",
"psycopg2-binary == 2.9.2",
"pydantic == 1.4",
"pymongo == 3.12.0",
"pysedm == 0.27.4",
Expand All @@ -57,7 +57,7 @@
"requests == 2.26.0",
"scipy == 1.7.3",
"seaborn == 0.11.2",
"setuptools == 58.2.0",
"setuptools == 59.4.0",
"shapely == 1.7.1",
"sklearn == 0.0",
"slackclient == 2.9.3",
Expand All @@ -66,6 +66,6 @@
"wget == 3.2",
"zerorpc == 0.6.3",
"ztf-plan-obs == 0.33",
"ztfquery == 1.16.0",
"ztfquery == 1.17.0",
],
)

0 comments on commit 181c9a1

Please sign in to comment.