Skip to content

Commit 05ecffe

Browse files
committed
decrement pyproj to 3.1.0
1 parent 98b131f commit 05ecffe

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pylint-exit==1.2.0
8585
pylint==2.15.0; python_full_version >= "3.7.2"
8686
pynmea2==1.18.0
8787
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
88-
pyproj==3.2.1; python_version >= "3.7"
88+
pyproj==3.1.0; python_version >= "3.7"
8989
pyrsistent==0.18.1; python_version >= "3.7"
9090
pytest-cov==3.0.0; python_version >= "3.6"
9191
pytest-lazy-fixture==0.6.3

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jupyter = "^1.0.0"
3333
pytest-lazy-fixture = "^0.6.3"
3434
matplotlib = "^3.5.1"
3535
plotly = "^5.8.0"
36-
pyproj = "3.2.0"
36+
pyproj = "3.1.0"
3737

3838
[tool.poetry.dev-dependencies]
3939
Sphinx = "^4.1.1"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ attrs==22.1.0; python_version >= "3.7"
77
backcall==0.2.0; python_version >= "3.7"
88
beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.7"
99
bleach==5.0.1; python_version >= "3.7"
10+
certifi==2022.6.15; python_version >= "3.7"
1011
cffi==1.15.1; implementation_name == "pypy" and python_version >= "3.7"
1112
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.7.2" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0")
1213
coverage==6.4.4; python_version >= "3.7"
@@ -74,6 +75,7 @@ pygments==2.13.0; python_version >= "3.7"
7475
pylint==2.15.0; python_full_version >= "3.7.2"
7576
pynmea2==1.18.0
7677
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
78+
pyproj==3.1.0; python_version >= "3.7"
7779
pyrsistent==0.18.1; python_version >= "3.7"
7880
pytest-cov==3.0.0; python_version >= "3.6"
7981
pytest-lazy-fixture==0.6.3

0 commit comments

Comments
 (0)