Skip to content

build(deps): bump aiohttp from 3.13.5 to 3.14.3 - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/aiohttp-3.14.3
Open

build(deps): bump aiohttp from 3.13.5 to 3.14.3#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/aiohttp-3.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown

Bumps aiohttp from 3.13.5 to 3.14.3.

Changelog

Sourced from aiohttp's changelog.

3.14.3 (2026-07-22)

Bug fixes

  • Fixed the client dropping only the first Authorization, Cookie and Proxy-Authorization header when a redirect crossed an origin -- by :user:arshsmith1.

    Related issues and pull requests on GitHub: :issue:13180.

  • Fixed error message construction in the C HTTP parser -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:13222.


3.14.2 (2026-07-20)

Bug fixes

  • Fixed :py:attr:~aiohttp.web.StreamResponse.last_modified rounding a :class:datetime.datetime with a fractional second down.

    Related issues and pull requests on GitHub: :issue:5303.

  • Fixed resolving localhost on Windows to fall back without AI_ADDRCONFIG when the first lookup fails, so localhost still works without an active network.

    Related issues and pull requests on GitHub: :issue:5357.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.5 to 3.14.3.
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.13.5...v3.14.3)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 4, 2026
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

badge

Code Coverage Summary

Filename                                           Stmts    Miss  Cover    Missing
-----------------------------------------------  -------  ------  -------  -----------------------------------------------------------------------------------------------
src/gps_logger_parser/__init__.py                      2       0  100.00%
src/gps_logger_parser/helpers.py                      25       8  68.00%   26-33
src/gps_logger_parser/parser.py                       25       1  96.00%   35
src/gps_logger_parser/parser_base.py                 131      28  78.63%   28, 49, 72, 78-82, 102, 124, 142, 171-176, 179, 191, 202, 210-211, 218, 244-256
src/gps_logger_parser/accelerometer/__init__.py       65       6  90.77%   13, 40-41, 51, 54, 65
src/gps_logger_parser/accelerometer/columns.py         7       0  100.00%
src/gps_logger_parser/accelerometer/mixin.py           4       0  100.00%
src/gps_logger_parser/gps/__init__.py                 17       0  100.00%
src/gps_logger_parser/gps/axytrek.py                  30       5  83.33%   12-15, 75, 84
src/gps_logger_parser/gps/base.py                     12       2  83.33%   59-62
src/gps_logger_parser/gps/catlog.py                   75      11  85.33%   61, 65-66, 81, 84, 95, 199, 202, 207, 213, 222
src/gps_logger_parser/gps/columns.py                  21       0  100.00%
src/gps_logger_parser/gps/ecotone.py                  37       6  83.78%   49, 60, 66-67, 105-110
src/gps_logger_parser/gps/gpx.py                      36       5  86.11%   51, 53-54, 65, 68
src/gps_logger_parser/gps/ho11.py                     19       0  100.00%
src/gps_logger_parser/gps/igotu.py                    25       0  100.00%
src/gps_logger_parser/gps/interrex.py                  8       0  100.00%
src/gps_logger_parser/gps/jm.py                      122      11  90.98%   16, 77-78, 116, 136, 139, 178, 296-297, 326, 331
src/gps_logger_parser/gps/mataki.py                    8       0  100.00%
src/gps_logger_parser/gps/mixin.py                    18       0  100.00%
src/gps_logger_parser/gps/ornitela.py                 11       0  100.00%
src/gps_logger_parser/gps/pathtrack.py                57       7  87.72%   62, 64-65, 92, 95, 203-205
src/gps_logger_parser/gps/unknown.py                  51       5  90.20%   87, 94-95, 113, 126
src/gps_logger_parser/other_sensor/__init__.py         2       0  100.00%
src/gps_logger_parser/other_sensor/columns.py         10       0  100.00%
src/gps_logger_parser/other_sensor/interrex.py         8       0  100.00%
src/gps_logger_parser/other_sensor/mixin.py            4       0  100.00%
src/gps_logger_parser/tdr/__init__.py                153      23  84.97%   17-19, 42, 44-45, 56, 59, 69, 72, 99, 116, 168, 171, 181, 184, 217, 265, 267-268, 293, 296, 304
src/gps_logger_parser/tdr/columns.py                   7       0  100.00%
src/gps_logger_parser/tdr/mixin.py                     4       0  100.00%
src/gps_logger_parser/tests/__init__.py                0       0  100.00%
src/gps_logger_parser/tests/test_benchmark.py         20       3  85.00%   29, 41-42
src/gps_logger_parser/tests/test_parsers.py           51       0  100.00%
TOTAL                                               1065     121  88.64%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 89b85b6

Minimum allowed coverage is 50%

♻️ This comment has been updated with latest results

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Benchmark Comparison

Detection (detect_file)

Test Baseline (ms) Current (ms) Change
020719_BK_An_6199165_CC6_GPS.csv 1.37 1.42 +3.5%
10_raw_csv_format.txt 1.44 1.46 +1.5%
110708210243 BKAN 199 ZE.LOG 1.35 1.35 -0.0%
150717_BK_AN_6199514_GPS11.csv 0.98 0.99 +0.9%
1d0000021e.65509.-EnvironmentData-Environment.csv 3.02 3.03 +0.6%
1d00000229.65520.-LocationData-Interrex_gpslogger.csv 1.82 1.85 +1.6%
20150715-6126271-OSS.csv 1.23 1.24 +0.9%
20160619-6223861-KRY.csv 1.24 1.27 +2.3%
20160710-6217930-OBS.csv 2.01 2.03 +1.3%
20160710-6228801-OBS.csv 1.53 1.56 +1.8%
20170622-102857.gpx 1.66 1.67 +0.9%
20170622-215451.gpx 1.45 1.47 +1.3%
20170622-215608.gpx 1.34 1.34 -0.1%
232772_20231115_12030_Ornitela_gpslogger.csv 2.26 2.34 +3.8%
41422_all_data.pos 1.73 1.74 +0.5%
7AD_Tag42853_merged.csv 1.68 1.69 +0.8%
7EH_Tag42877_merged.csv 1.55 1.56 +0.7%
A15153_08-06-2018.csv 4.17 4.11 -1.5%
A15153_20-10-2021.csv 3.28 3.26 -0.6%
Alkefjellet_11307_010720_corrupt.csv 0.89 0.87 -2.5%
An11_YL.txt 1.59 1.61 +1.4%
An12_PC.txt 1.53 1.55 +0.8%
An12_PJ.txt 1.56 1.56 +0.2%
BK_AN_161_PT_020713.LOG 6.05 5.96 -1.6%
BLK_An_189_01_120704.TXT 2.23 2.25 +1.0%
BLK_An_215_03_120716.TXT 1.96 1.96 +0.3%
BRGU 4215328 AXY-29 04072018_S2.csv 2.64 2.77 +5.0%
BRGU AXY06 15062018_S3.csv 2.66 2.77 +4.2%
CG_DI_A08918_02-07-12.CSV 1.89 1.91 +0.6%
ES-SK-F-19011-295827-20200702-X27_Acc.txt 1.56 1.55 -0.7%
ES-SK-F-19015-295738-20210630-X23_Acc.txt 2.24 2.33 +4.0%
ES-SK-M-A12258-20160708-2001407-x31-small.CSV 2.02 2.03 +0.6%
ES_RU_292616_TDR_red.csv 1.38 1.38 +0.2%
G199_120708.TXT 2.30 2.26 -1.9%
Ho11_EM(csv version).csv 1.89 1.91 +0.8%
J150H_243391_20250210_131300.csv 2.04 2.05 +0.6%
J2710_242854_20250210_101400.csv 1.52 1.53 +0.7%
Obs250823_130741_Tag47649Press.txt 1.68 1.70 +1.1%
R\xf8st_EUSH_2004866_NJ_GPS42941_2022.pos 1.32 1.32 -0.1%
Tag41485_combined.pos 1.73 1.74 +0.3%
putty_20130705_base115_2.log_106_GPS.csv 1.53 1.55 +1.3%

Average: +0.9%

Full Pipeline (detect_file + as_table)

Test Baseline (ms) Current (ms) Change
020719_BK_An_6199165_CC6_GPS.csv 7.86 7.85 -0.1%
10_raw_csv_format.txt 8.38 8.25 -1.6%
110708210243 BKAN 199 ZE.LOG 8.01 7.85 -2.0%
150717_BK_AN_6199514_GPS11.csv 6.96 7.00 +0.6%
1d0000021e.65509.-EnvironmentData-Environment.csv 15.26 15.22 -0.2%
1d00000229.65520.-LocationData-Interrex_gpslogger.csv 7.42 7.43 +0.2%
20150715-6126271-OSS.csv 7.18 7.11 -1.0%
20160619-6223861-KRY.csv 7.24 7.15 -1.2%
20160710-6217930-OBS.csv 8.12 8.08 -0.6%
20160710-6228801-OBS.csv 7.68 7.73 +0.7%
20170622-102857.gpx 7.03 7.05 +0.3%
20170622-215451.gpx 6.79 6.64 -2.3%
20170622-215608.gpx 6.47 6.50 +0.4%
232772_20231115_12030_Ornitela_gpslogger.csv 8.29 8.25 -0.4%
41422_all_data.pos 8.69 8.63 -0.6%
7AD_Tag42853_merged.csv 9.40 9.37 -0.3%
7EH_Tag42877_merged.csv 8.70 8.73 +0.3%
A15153_08-06-2018.csv 6.28 6.26 -0.2%
A15153_20-10-2021.csv 5.46 5.52 +1.1%
Alkefjellet_11307_010720_corrupt.csv 6.87 6.75 -1.8%
An11_YL.txt 8.03 8.03 -0.0%
An12_PC.txt 7.55 7.56 +0.2%
An12_PJ.txt 7.58 7.62 +0.5%
BK_AN_161_PT_020713.LOG 14.04 13.18 -6.1%
BLK_An_189_01_120704.TXT 7.96 7.99 +0.3%
BLK_An_215_03_120716.TXT 7.25 7.21 -0.6%
BRGU 4215328 AXY-29 04072018_S2.csv 8.91 8.90 -0.1%
BRGU AXY06 15062018_S3.csv 8.91 8.92 +0.1%
CG_DI_A08918_02-07-12.CSV 4.07 4.09 +0.4%
ES-SK-F-19011-295827-20200702-X27_Acc.txt 3.86 3.87 +0.1%
ES-SK-F-19015-295738-20210630-X23_Acc.txt 4.37 4.39 +0.4%
ES-SK-M-A12258-20160708-2001407-x31-small.CSV 4.38 4.42 +0.9%
ES_RU_292616_TDR_red.csv 3.52 3.53 +0.4%
G199_120708.TXT 7.88 7.90 +0.2%
Ho11_EM(csv version).csv 8.93 8.94 +0.1%
J150H_243391_20250210_131300.csv 7.75 7.73 -0.2%
J2710_242854_20250210_101400.csv 6.61 6.70 +1.4%
Obs250823_130741_Tag47649Press.txt 6.70 6.84 +2.1%
R\xf8st_EUSH_2004866_NJ_GPS42941_2022.pos 7.86 7.88 +0.3%
Tag41485_combined.pos 8.69 8.63 -0.6%
putty_20130705_base115_2.log_106_GPS.csv 6.73 6.75 +0.3%

Average: -0.2%

No significant regressions detected.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants