Skip to content

chore(deps): update sentinelsat requirement from >=1.1.0 to >=1.2.1#122

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sentinelsat-gte-1.2.1
Open

chore(deps): update sentinelsat requirement from >=1.1.0 to >=1.2.1#122
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sentinelsat-gte-1.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sentinelsat to permit the latest version.

Release notes

Sourced from sentinelsat's releases.

v1.2.1

Fixed

  • Fixed nodefilter not working with Sentinel-3 products. (#573 @​valpamp)

Development Changes

  • Added automated testing for Python 3.11. (#575)
Changelog

Sourced from sentinelsat's changelog.

[1.2.1] – 2023-03-10

Fixed

* Fixed nodefilter not working with Sentinel-3 products. (`[#573](https://github.com/sentinelsat/sentinelsat/issues/573) <https://github.com/sentinelsat/sentinelsat/issues/573>`_ `@valpamp <https://github.com/valpamp>`_)

Development Changes

  • Added automated testing for Python 3.11. ([#575](https://github.com/sentinelsat/sentinelsat/issues/575) <https://github.com/sentinelsat/sentinelsat/issues/575>_)

[1.1.1] – 2021-11-23

CLI changes

* Show help when no CLI arguments are provided.

Changed

* Tests are no longer included in the Python source package to significantly reduce its size.

Fixed

* Fixed handling of missing `Online` OData attribute in older DHuS versions, such as https://coda.eumetsat.int. (`[#535](https://github.com/sentinelsat/sentinelsat/issues/535) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/535&amp;gt;`_ `@valgur &amp;lt;https://github.com/valgur&amp;gt;`_)
* Fix the ``filter_node`` function generated by ``make_path_filter`` so
  that node paths are no longer converted to lowercase before pattern
  matching. (`[#541](https://github.com/sentinelsat/sentinelsat/issues/541) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/541&amp;gt;`_
  `@avalentino &amp;lt;https://github.com/avalentino&amp;gt;`_)
* In ``download_all()``, the initial check on files already existing now ignores server errors when determining the file name. Any existing files are still skipped when initiating the download. (`[#543](https://github.com/sentinelsat/sentinelsat/issues/543) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/543&amp;gt;`_
  `@joooeey &amp;lt;https://github.com/joooeey&amp;gt;`_)

[1.1.0] – 2021-08-19
--------------------
``download_all()`` has been completely rewritten to correctly handle server-side concurrency limits and bugs. 

CLI changes
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;New CLI option &lt;code&gt;--fmt&lt;/code&gt; to specify the format of the listed products. (&lt;code&gt;[#526](https://github.com/sentinelsat/sentinelsat/issues/526) &amp;lt;https://github.com/sentinelsat/sentinelsat/pull/526&amp;gt;&lt;/code&gt;_ &lt;code&gt;@avalentino &amp;lt;https://github.com/avalentino&amp;gt;&lt;/code&gt;_)&lt;/li&gt;
&lt;li&gt;More detailed progress info during downloads. Added progressbars for overall download and LTA retrieval progress.
Product names are now included in individual download progress bars. (&lt;code&gt;[#532](https://github.com/sentinelsat/sentinelsat/issues/532) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/532&amp;gt;&lt;/code&gt;_ &lt;code&gt;@valgur &amp;lt;https://github.com/valgur&amp;gt;&lt;/code&gt;_)&lt;/li&gt;
&lt;li&gt;Progressbars no longer conflict with logging output. (&lt;code&gt;[#531](https://github.com/sentinelsat/sentinelsat/issues/531) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/531&amp;gt;&lt;/code&gt;_ &lt;code&gt;@valgur &amp;lt;https://github.com/valgur&amp;gt;&lt;/code&gt;_)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--fail-fast&lt;/code&gt; option for downloading. (&lt;code&gt;[#532](https://github.com/sentinelsat/sentinelsat/issues/532) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/532&amp;gt;&lt;/code&gt;_)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Added&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Added ``concurrent_dl_limit`` and ``concurrent_lta_trigger_limit`` parameters to ``SentinelAPI`` which are used to ensure that
  the server-side limit for concurrent downloads (4 for scihub.copernicus.eu) and the maximum number of concurrent LTA retrievals
  (set to 10 by default) are respected everywhere. (`[#532](https://github.com/sentinelsat/sentinelsat/issues/532) &amp;lt;https://github.com/sentinelsat/sentinelsat/issues/532&amp;gt;`_)
* Added an optional ``lta_timeout`` parameter to ``SentinelAPI``, which sets the maximum time to wait for products to be retrieved from the LTA.
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/21cbaefe33c8ca267f572e21c410e0b6ad1063cb&quot;&gt;&lt;code&gt;21cbaef&lt;/code&gt;&lt;/a&gt; v1.2.1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/d6baa69c8bebc436ab39c2f0c792bb516a329ce1&quot;&gt;&lt;code&gt;d6baa69&lt;/code&gt;&lt;/a&gt; Add &lt;a href=&quot;https://github.com/valpamp&quot;&gt;&lt;code&gt;@​valpamp&lt;/code&gt;&lt;/a&gt; to AUHORS.rst&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/1c59afd1b5fcda3f7ef79afcc7716183083dab12&quot;&gt;&lt;code&gt;1c59afd&lt;/code&gt;&lt;/a&gt; Update CHANGELOG.rst&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/3e2e46e9df953c3c59b1a42c9c6e8a40b02b0b5d&quot;&gt;&lt;code&gt;3e2e46e&lt;/code&gt;&lt;/a&gt; CI: Upload Codecov report only on Ubuntu&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/57840532b6fc41b28f3ec67217985451e7a276d9&quot;&gt;&lt;code&gt;5784053&lt;/code&gt;&lt;/a&gt; Drop Python 3.6 from CI&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/9ceaf9a8e68c8d78977b0168a9c80a75db1e0a9f&quot;&gt;&lt;code&gt;9ceaf9a&lt;/code&gt;&lt;/a&gt; Re-record all cassettes&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/2b28222901414cdcdad8d54c4082376bf138b159&quot;&gt;&lt;code&gt;2b28222&lt;/code&gt;&lt;/a&gt; Update a broken test&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/8fb955de9f517faed63804cd3583d83f76af812a&quot;&gt;&lt;code&gt;8fb955d&lt;/code&gt;&lt;/a&gt; Use &lt;code&gt;product_root_dir&lt;/code&gt; for the new custom OData field&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/799a52d682cd1341481cb8d10f5a5818f2660f54&quot;&gt;&lt;code&gt;799a52d&lt;/code&gt;&lt;/a&gt; Corrected test_download_product_nodes assertion&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/commit/2701ba791bacf3acb7c8708fa7ae4bd8fb1338ab&quot;&gt;&lt;code&gt;2701ba7&lt;/code&gt;&lt;/a&gt; Autoformat with black&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/sentinelsat/sentinelsat/compare/v1.1.0...v1.2.1&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;</code></pre>


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Updates the requirements on [sentinelsat](https://github.com/sentinelsat/sentinelsat) to permit the latest version.
- [Release notes](https://github.com/sentinelsat/sentinelsat/releases)
- [Changelog](https://github.com/sentinelsat/sentinelsat/blob/main/CHANGELOG.rst)
- [Commits](sentinelsat/sentinelsat@v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: sentinelsat
  dependency-version: 1.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 3, 2026
@dependabot dependabot Bot requested a review from Goldokpa as a code owner July 3, 2026 14:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants