Skip to content

Commit

Permalink
Updates pgxn postgres version and requirements file (#310)
Browse files Browse the repository at this point in the history
* Updates postgres versions

* Updates requirements versions
  • Loading branch information
gurkanindibay authored May 2, 2023
1 parent 72935bd commit b07b682
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions packaging_automation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
anyio==3.6.2
# via httpcore
astroid==2.15.3
astroid==2.15.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -131,15 +131,13 @@ pbr==5.11.1
# via stevedore
pep8-naming==0.10.0
# via prospector
platformdirs==3.2.0
platformdirs==3.5.0
# via
# black
# pylint
# pypistats
pluggy==1.0.0
# via pytest
poetry-semver==0.1.0
# via requirements-detector
prettytable==3.7.0
# via pypistats
prospector[with_everything]==1.9.0
Expand All @@ -162,13 +160,13 @@ pyflakes==2.5.0
# prospector
pygithub==1.58.1
# via -r packaging_automation/requirements.in
pygments==2.15.0
pygments==2.15.1
# via
# pyroma
# rich
pyjwt[crypto]==2.6.0
# via pygithub
pylint==2.17.2
pylint==2.17.3
# via
# prospector
# pylint-celery
Expand Down Expand Up @@ -218,16 +216,18 @@ pyyaml==6.0
# -r packaging_automation/requirements.in
# bandit
# prospector
requests==2.28.2
requests==2.29.0
# via
# -r packaging_automation/requirements.in
# docker
# pygithub
# pyroma
requirements-detector==1.1.0
requirements-detector==1.2.1
# via prospector
rich==13.3.4
rich==13.3.5
# via bandit
semver==3.0.0
# via requirements-detector
setoptconf-tmp==0.3.1
# via prospector
six==1.16.0
Expand All @@ -243,15 +243,15 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via pydocstyle
sqlalchemy==2.0.9
sqlalchemy==2.0.12
# via -r packaging_automation/requirements.in
stevedore==5.0.0
# via bandit
tabledata==1.3.1
# via pytablewriter
tcolorpy==0.1.2
# via pytablewriter
termcolor==2.2.0
termcolor==2.3.0
# via pypistats
text-unidecode==1.3
# via python-slugify
Expand All @@ -268,9 +268,9 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
trove-classifiers==2023.3.9
trove-classifiers==2023.4.29
# via pyroma
typepy[datetime]==1.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion packaging_automation/templates/pgxn/META.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11.0.0"
"PostgreSQL": "13.0.0"
}
},
"test": {
Expand Down

0 comments on commit b07b682

Please sign in to comment.